Questions tagged as 'imagem'

1
answer

Saving an image from a form to the bank

In my form, the user places their order information and an image for reference, but that image is not being saved along with the record. The form: <!DOCTYPE html> <html lang="utf-8"> <head> <meta charset="UTF-8"&g...
asked by 24.10.2017 / 13:19
1
answer

Create and / or edit image with PHP [duplicate]

Is it possible to edit images with PHP? For example, put watermarks, or even make a "paint" (with other languages together, not just PHP). NOTE: I would like a solution without using frameworks .     
asked by 04.11.2017 / 02:37
1
answer

Save Image android

I know that there is probably an answer here on the site for my question, but when I looked I saw a lot of shapes and I was kind of lost. I wanted to create a hidden folder and have some ImageButton or something so I can select an imag...
asked by 28.10.2017 / 23:25
1
answer

String64 for image in VueJS

I'm getting a base64 encoded string from the database and I want it to render as an image on the screen, my question is: Just set the :src= to the variable that contains the base64 string or need some processing before assigning it to...
asked by 18.09.2017 / 20:34
1
answer

Images disappear after build

I am developing an APP on Ionic 3, I put the images in the assets / img / imagem.png directory and when I run the Ionic Server in the lab, they appear normally, but when I build it and install it APK, all the images are gone, that is, they do...
asked by 20.10.2017 / 20:58
1
answer

How to share an image (ImageView) using Intent?

I'm having a hard time sharing an image from an ImageView from a button, tried several methods, but none worked. Here is an example of what I want to share: link I have an array with the path of the images in Drawable final int[] photo...
asked by 10.05.2017 / 21:08
1
answer

Server to store images

I would like to know about saving image after upload. Is it safe to save image to the site's own directory or is there any server for it? For example, I have a news site and after you subscribe to the news, the selected images are converte...
asked by 29.12.2016 / 00:35
1
answer

Resize image to screen size

I created a ViewA class where I get two images from the drawable folder and draw on the screen with draw (); public class ViewA extends View { private Bitmap img1; private Bitmap img2; public ViewA(Context context){ super(context); i...
asked by 12.11.2016 / 01:04
1
answer

Capture webcam image and save every 1 second?

I'm doing a project where the default webcam takes photos every 1 second using opencv. In my code, to the click of the capture button you select the folder where you want and it captures a photo. I need to loop him so he can capture photos and s...
asked by 05.10.2016 / 13:51
1
answer

How do I generate images from a video?

I wonder if there is any way to generate images from a video, this video can be local or youtube. Basically I have a video and I would like it through a routine "strip prints" of the video.     
asked by 25.10.2016 / 20:29