Questions tagged as 'imagem'

2
answers

How can I convert an Html string into an image file?

I have a problem in ItextSharp to put certain HTML in the PDF because it has some limitations on CSS. So I thought about converting HTML to image and simply attaching it to my document. How can I convert, for example, one table to image? (...
asked by 01.02.2014 / 21:12
1
answer

How to put a border / stroke in an image in an SVG?

I need to add a stroke around a <image> within a <svg> . But nothing happens when you add the value in that tag. See below what happens: when I use it in <image> it does not work, however in <...
asked by 24.04.2018 / 18:08
2
answers

Uploading android images to folder on Server

How can I upload an android image to a folder on the server? I have the address of the folder that I can use to save image, I am already using this address to be able to take the images, but now I need to save images to that folder of the server...
asked by 07.10.2014 / 14:55
2
answers

Images in divs

I have a question about divs with imagens inside, in this case, the question is: If I have a div , with 400x400 , how do I make an image with 200x400 (or other resolution) occupy the total size of div ,...
asked by 10.01.2017 / 15:04
1
answer

Place objects on image

I would like to know how I could put objects on an image on Android. An example would be to have the photo and on it put other images as circles, triangles etc ... How could I do this on android?     
asked by 15.08.2016 / 16:24
1
answer

What is the advantage of using BufferedImage for images?

I want to know the difference in using BufferedImage and the graphics method to draw the images to ImageIcon . Here is an example: @Override public void paint(Graphics g) { g.drawImage(bfImage, 0, 0, this);...
asked by 14.01.2017 / 21:54
2
answers

Friendly URL, images do not appear even putting absolute path

I'm facing this problem with my friendly URL, even putting the absolute path does not show the images. However the images that are in a folder in the same location as .htacess usually appear, the ones that do not appear are the ones in th...
asked by 25.09.2015 / 19:15
1
answer

How to get all image properties in upload?

I'm here browsing Google but I did not find it clear how to get all image properties at the time of uploading in the script. I'm using it to get the image: $imagem = $_FILES['arquivo']['name']; How to get all properties of the image at th...
asked by 07.11.2015 / 18:24
1
answer

Responsive image fit in div box

I'm having difficulty making this image fit inside the box, I want it to be independent of the size of the screen, the box always appears in the same place (OK) and the image inside fits the size of the box (HELP). > Here is the code, mouse...
asked by 30.11.2016 / 02:52
1
answer

Watermark on image in laravel 5.2

Hello, does anyone know how I could do that every image that is uploaded in laravel has a watermark? The image is sent by a form and through $request->file('img') in the controller I add in the folder and the name of the image in...
asked by 01.09.2016 / 07:39