Top "Thumbnails" questions

Thumbnails are reduced-size versions of pictures, used to help in recognizing and organizing them, serving the same role for images as a normal text index does for words.

How to create a thumbnail of .BMP file?

I use imagecreatefromjpeg, imagecreatefromgif, and imagecreatefrompng functions to create thumbnails of image/jpeg, image/gif, and image/png mimes. I …

php thumbnails bmp
Facebook ignores og:image when sharing url?

I created a website - http://mati.ravpage.co.il/check4 The website contains one og:image tag and is …

facebook thumbnails share status
making jfilechooser show image thumbnails

I wanted to create a JFileChooser with thumbnail view of image files.So I subclassed FileView and in the method …

java thumbnails jfilechooser
Get video first frame in javascript

How can I get the first frame of a video file in javascript as an image?

javascript thumbnails
imagepng is not working, it creates a blank image and image does not compress

I am creating a thumbnail of myImage of various format (jpg, png). Here is my code <?php error_reporting(…

php image thumbnails imagecreatefrompng
How to get Wordpress image_size url

I'm using Woocommerce for a 1800+ product e-shop. Woocommerce comes with a built-in PrettyPhoto lightbox plugin. By default it loads the …

wordpress thumbnails woocommerce prettyphoto
PHP Using imagegrabscreen

How could I use imagegrabscreen to get a thumbnail image and a full size image of a specific website. I …

php image thumbnails image-generation dynamic-image-generation
How do I add a custom thumbnail to a .mp4 file using ffmpeg?

I am trying to find the proper ffmpeg command to add a .png or .jpg image to a .mp4 video …

image ffmpeg thumbnails mp4 video-processing
Efficiently generating thumbnails with ImageMagick and convert

I'm looking to efficiently generate various sized thumbnails with ImageMagick's convert utility in Python. Some of my image files are …

imagemagick thumbnails imagemagick-convert