Questions tagged as 'imagem'

1
answer

how to add Media in the Wordpress Library programmatically?

Consider the situation where hundreds of .jpg files are already available in the wp-content/uploads/2014/09 directory by default and need them to appear in the Media Library ( link ) of the WordPress site. Is there any SQL scrip...
asked by 22.09.2014 / 15:18
1
answer

Floodfill with primefaces. Get click coordinate in p: graphicImage

I want to make an image painting application using java. As it is for the web environment I chose primefaces as a framework for the vast documentation that exists about it. In the meantime I did not find any component that was useful in this...
asked by 21.07.2014 / 19:14
1
answer

SVG image upload optimization

I'm creating a site that contains several SVG images. I've tried to create a sprite with some images and embed it right in the CSS (background-image). After searching for several days, I could not find any solution to improve image loading th...
asked by 27.07.2018 / 21:17
2
answers

Img map with mouseover

This is the code I currently have: <img src="images/2.jpg" style="height:973px" border="0" onmouseover="this.src='images/1.jpg'" onmouseout="this.src='images/2.jpg'" usemap="#image-map" > <map name="image-map"> <area alt="CM...
asked by 25.06.2018 / 15:18
1
answer

Visual studio 2017 c # BLL & DAL

I have a problem with saving and taking an image of the database. I would like to know a way to enter the image in the database taking into account that the taxpayer number is the primary key and then in another form can use code to search it th...
asked by 10.05.2018 / 12:51
1
answer

Gallery with skew that occupies page width

So, I'm trying to make a section on my site that has 10 degrees of skew, the intention was for this section to occupy 100% of the width of the page, but when I do skew the edges come from the skew, how can I to make this gallery fill the whole p...
asked by 03.05.2018 / 20:49
1
answer

How to load an image into an input type img by getting the url of another input

Good evening. I have a form that has an input that receives a url by ajax. How can I get this url and fill in another input to view the image? JS ( here the id of the input that will receive the url ): $("#thumb").val(json.items[0].vo...
asked by 10.01.2018 / 03:33
1
answer

Apply color palette to raw image

I have an image in gray levels and I want an algorithm to apply a color palette to it. Does anyone have reference to an algorithm technique used or something of the sort? I am not experienced with digital image processing. If there are any C or...
asked by 26.01.2018 / 13:18
2
answers

Group of images in gird of the bootstrap getting out of the loop

I have a list of images where I'm using grid to organize them, getting the exact amount I need for lines. With this I looped to control the grids and I also have the loop of the images. Question: What could you do to fix why grids and images a...
asked by 22.11.2017 / 09:45
2
answers

Android Studio does not recognize images

People,myAndroidStudiohereisnotrecognizingtheimagesIputinthedrawablefolder.Idraggedsiximagesthere,threeofthemIcouldaccessnormally,theotherthreeIcannot.Anyidea?TotestItriedtoaddotherimagesandaccessthemandIcouldnot.Theyareallpng,alllowercasename...
asked by 02.02.2018 / 15:24