Questions tagged as 'imagem'

0
answers

Problem importing github project with netbeans image

Any project that I create in netbeans here at home and try to import in the work or in the notebook that I have right here of the problem (always in parts with images) An example code: link Error appearing there at work on netbeans: an...
asked by 18.11.2017 / 16:36
0
answers

Image above 3000px does not load in Wideimage

Good afternoon, I have a function in which you are responsible for taking the image and resizing it, however images with 3000x2000 are not loaded by WideImage WideImage::load($ampliada) ->resize($largura, $altura, 'outside',...
asked by 01.11.2017 / 17:56
2
answers

How to adjust a grid in HTML

Hi! I'm having trouble setting up a grid with two images + HTML text (it's for a blog post, so I need it to be HTML anyway). I need the image of the road to be left, with the picture of the phrase on the right, aligned on top (with a distance...
asked by 20.10.2017 / 01:48
0
answers

Transfer (paste) files from the clipboard to a file input?

I have the following input of files: <input class="botao" @change="carregarFoto" type="file" name="photo" accept="image/*"> <img :src="foto" style="width:192px;height:108px;" /> carregarFoto (e) { var arquivo =...
asked by 03.10.2017 / 18:49
0
answers

Interpreting JPG in Python

I would like to know how to interpret a JPG image with Python? I want to manipulate it but before I need to open the file and interpret it, I would also like to know if there is a more compact form of file than the JPG.     
asked by 30.09.2017 / 04:55
1
answer

Mapping an image using Google's Areas and Coordinates.Cloud.Vision.Api

Hello, friends! I'm trying to map an image, using the html5 "Area" tag that works with polygons, I want to map a rectangle or several rectangles over an "img" image. My question is, do I have a mapping that I can not find or coordinate in...
asked by 01.10.2017 / 19:51
0
answers

Wildfly 8 does not read network folder when run as service

Good morning! I have a java 8 application running on Wildfly 8, I need to display images. The view works perfectly when the folder is local C: (Eclipse, CMD, and Service). I had to transfer the folder with the images to the network, I created...
asked by 19.09.2017 / 16:32
0
answers

I can not display an image that is saved in the BLOB database

I saved an image in the BD in a field type BLOB but at the time of displaying it does not display the image, instead it leaves the screen black with a white square in the middle follows the code: <?php $query = mysqli_query($link, "selec...
asked by 22.07.2017 / 01:07
1
answer

Converting InputStream into Image

I need to download an image and save it to my device. I download it and write to InputSstream InputStream imagem = comunicacao.getWSStream(servico, nome); But at the time of converting it, decodebyteArray ends up generating a null....
asked by 20.07.2017 / 15:40
1
answer

Image Upload with Firebase and React Native using RN Image-picker

I'm using the react-native-image-picker component to capture an image that should be saved in the firebase. I'm using the following code: firebaseApp.storage().ref('/images/').child('teste') .putString(response.data, 'ba...
asked by 30.06.2017 / 17:15