Questions tagged as 'imagem'

1
answer

Convert URI to Bitmap

Good afternoon, I am a doubt, how can I convert a URI to Bitmap and then convert to Base64 so I can send it to the Database. private void abrirCamera() { fileUri = getOutputPictureUri("GRP"); if (fileUri != null) { // Cria...
asked by 04.11.2018 / 19:49
0
answers

Image Quality in Crystal report with .NET

I need some very specific help. We have an application that the staff " prints " the cards in the system. Here we use CrystalReports with .net 2015 . In the Crystal report, I put a "giant " image (to test - it can be a "normal" too) but a...
asked by 05.11.2018 / 18:06
0
answers

Saving Image in MySQL with Asp.Net MVC

I would like to know how to save an image in the MySQL database, the table is called db_usuarios with the following structure: ID int GrupoUsuario int Nome Varchar Apelido Varchar .... Foto Blob UserController Controller [HttpPost] [Val...
asked by 14.10.2018 / 06:02
0
answers

Upload image using the mobile phone's PHP camera

Personal I have a register where CNH and CRLV photos are "attached". In order for the cell phone camera to be triggered by clicking the "select image" button I used the property below: input type="file" accept="image/*" capture="camera" id=...
asked by 02.10.2018 / 14:55
1
answer

Enlarge 2 pictures simultaneously

Good morning everyone, I need to click on 2 images and they should open side by side so the customer can do a comparison of before and after. Note that I'm using materialboxed from materialize until ok if it clicks 1 image only, but when it s...
asked by 19.09.2018 / 13:34
0
answers

Difficulty in changing image in the database HTML / PHP form

Speak well with you guys? I wanted to know if anyone could give me a light at the end of the tunnel hehe, so come on! I have an HTML form where the information is sent to the bank and then displays it in a query, until there is a blz, but wh...
asked by 12.09.2018 / 17:18
1
answer

Show image of Bank Mysql with 2ids different but common field in PHP

I have a page cadastro_cartao.php In this page I have INPUTS to enter Name, CPF, Phone Contact, plus an INPUT type File for the person to put photo of the documents and photo of proof of residence. When you click Send, it inserts the infor...
asked by 24.08.2018 / 19:43
0
answers

How to add a frame to an image? (Android)

Hello, I'm developing an application where I need to add a frame to an image. I'll add the image to a frame like this below and I'll return the edited image. How can I do this?       
asked by 15.08.2018 / 17:37
0
answers

How to add a .zip file to the eclipse buildpath?

I have some problems when I put the icon images in my project. I read that we can put the images through a .zip file using the configure buildPath of eclipse so that at the time of creating the executable you have no problem loading the images...
asked by 13.07.2018 / 02:10
1
answer

Display FIREBASE image in a LISTVIEW

I would like to know how to recover an image in the firebase and put it in a listview, I saw some questions here, I followed the answers that are in them but none worked. I saw that a guy said he used a recyclerView and it worked, but I could no...
asked by 20.07.2018 / 20:27