Questions tagged as 'imagem'

0
answers

Is it possible to save an image with the Imagine PHP library without compiling the size of it?

I'm using the Imagine PHP library to upload and render images and when I'm going to upload images of the .GIF type it does this normally keeping the dimensions of the original image but it does the size compression of it, so the .GIF image loses...
asked by 29.02.2016 / 21:00
0
answers

How to record and display images using PostgreSQL and Laravel 5.1

I have the following code in my Controller to save the image to the database, there is no error so I think it works fine. $data = Input::file('assinatura'); $escaped = bin2hex($data); $tecnico->assinatura = $escaped; $tecnico->save();...
asked by 16.02.2016 / 13:20
0
answers

Aspx image attributes get lost after changes via Javascript

I inserted an image with scr value and DescriptionUrl defined in Aspx and I am changing the value of source (scr) and DescriptionUrl (longdesc) via Javascript; It turns out that after page_load the default values return and what was changed v...
asked by 04.02.2016 / 16:45
1
answer

Error displaying image inside a td in php

I am creating a panel and I make a calculation of the time that an OS is open and depending on the result shows a colored ball on the table ... it just does not work when executing this error:    Parse error: syntax error, unexpected 'src' (T...
asked by 22.01.2016 / 22:33
1
answer

Error saving image path SQLITE: table .. has no column named [closed]

ItisgivingerrorinsavingthepathoftheimageinSQLITE.ItsaysitdoesnothaveacolumnnamedpathImageinthetableproductsattachedimagewitherrorforbetterunderstanding.MyDaoProductClass:importandroid.content.ContentValues;importandroid.database.Cursor;importbr...
asked by 24.01.2016 / 18:52
0
answers

resize "fingerprint" on web page

I would like to know if there is any technique, a plugin, whatever it is, something that allows you to resize an image that is on my web page in an interactive way with the user, such as the following image:     
asked by 10.02.2016 / 23:59
0
answers

Crop image 'freehand'

Hello, I'm developing a Virtual Closet project where the user would upload the image of their clothes and save it to the system. But I have a problem with the background of the image, I wanted something that would allow the user to crop the imag...
asked by 26.02.2016 / 13:23
0
answers

Image printing on the Datamax printer with C #

Good morning! I have a label printing system Datamax printer that is done in C #. I need to create the impression of an image (logo) on the label and was following the steps in this forum:    link But I could not make progress. Appar...
asked by 26.01.2016 / 11:14
1
answer

Why does background-size cause images to have serrated border in IE?

I'm inserting some transparent background images into an html page using the background-size feature of css, in IE these images are getting jagged edges, how can I work around this problem? <a href="#" class="iobOCF"></a> .iobOCF...
asked by 23.12.2015 / 18:45
1
answer

Display Image in View [closed]

I'm trying to adapt an example that I've got here, to be recording the image in the folder, and show both in INDEX and EDIT, but there are some differences. As below, my source code, if they may be orienting me in the sense that I can adjust the...
asked by 27.10.2015 / 12:44