Top "Image" questions

The image tag is for questions related to the loading, formatting, saving, compression, and display of images in the context of source code.

How to create a video from images with FFmpeg?

ffmpeg -r 1/5 -start_number 2 -i img%03d.png -c:v libx264 -r 30 -pix_fmt yuv420p out.mp4 This line …

image ffmpeg slideshow
Get content uri from file path in android

I know the absolute path of an image (say for eg, /sdcard/cats.jpg). Is there any way to get …

android image
When to use IMG vs. CSS background-image?

In what situations is it more appropriate to use an HTML IMG tag to display an image, as opposed to …

html css image background-image
What is the difference between "JPG" / "JPEG" / "PNG" / "BMP" / "GIF" / "TIFF" Image?

I have seen many types of image extensions but have never understood the real differences between them. Are there any …

image file-format
jQuery callback on image load (even when the image is cached)

I want to do: $("img").bind('load', function() { // do stuff }); But the load event doesn't fire when the image is …

jquery image jquery-events jquery-load
How to convert the background to transparent?

I have no experience with any image processing/editing tools. I am doing a project which requires me to convert …

image web
Rotate an image in image source in html

Is there a way I could add in the source of my image codes that could rotate my image? Something …

html image rotation src
How do I get the picture size with PIL?

How do I get a size of a pictures sides with PIL or any other Python library?

python python-imaging-library image
Javascript set img src

I am probably missing something simple but it's quite annoying when everything you read doesn't work. I have images which …

javascript image src