Questions tagged as 'imagem'

0
answers

Invalid icc profile: duplicate sequence numbers

When calling ImageIO.read of the attached image, the Invalid icc profile: duplicate sequence numbers error occurs. Very simple code just doing: File file = new File("C:\temp\imagem_java_teste.jpg"); FileInputStream input; try { in...
asked by 13.07.2015 / 16:03
0
answers

Rotate image keeping proportions

I need to rotate an image and keep the aspect ratio relative to the parent DIV without 'escaping'. I'm just using rotate(90deg) and the original properties of the image, as in the example. There are a few plugins that do this but it co...
asked by 08.01.2016 / 23:06
2
answers

Leave image with the tag img proportional to div [closed]

I want to leave the proportional image inside the div, but I can not. The only "solution" I found so far is to put object-fit: cover, but this style is not compatible with many browsers, so it's not interesting. Using an image by css also res...
asked by 23.01.2017 / 17:31
2
answers

Box-shadow property: inset does not work in img

I was testing the box-shadow property to make a gallery and realized that the <img> tag does not accept box-shadow:inset... but accepts box-shadow normal. However if I put <img> as the background...
asked by 30.11.2017 / 12:16
2
answers

Calling a file at every TimThumb run

I use TimThumb to upload and resize images. However, at the end of the project, making changes to the .htaccess for optimization (activating gzip, minify, leverage browser caching and more), something that I considered error persisted:...
asked by 13.02.2014 / 09:03
0
answers

Using TvideoImage to capture image from webCam

I'm using the TvideoImage component to capture image through webCam , however I'm having trouble, an application has been created that allows me to take pictures of clients to register, the application was incorporated into the main syste...
asked by 20.04.2015 / 19:51
3
answers

Generating an image based on other images

I have two HTML fields. In each of them, there will be a list of teams. When the user selects the two teams that will play (against each other), I would like to generate an image with the logos of both teams in PNG. Field 1 X Field 2 = PNG Im...
asked by 01.10.2014 / 22:21
2
answers

Show animation while loading?

I have not found much about this subject in tutorials, I do not know if anyone else has noticed that services like Facebook, Netflix use a kind of load before showing the content, both seem to work the same way, in some tutorials said that this...
asked by 13.10.2016 / 23:11
3
answers

Service to resize images uploaded to a WordPress site

I have a WordPress site which has a bigger headache for resizing images, and I think a PHP script that resizes images is not the solution for me. Every publication involves about 3 images, it is very tiring to create multiple resizing; is the...
asked by 08.06.2014 / 06:56
1
answer

How to upload an image through the clipboard (copy and paste)?

I was taking a look at the functionality of Imgur site. When you make a printscreen or even copy an image (not the link, but the image, which is an option that is available in most current browsers) and then paste on the page, the image that w...
asked by 09.01.2018 / 14:27