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 do I resize an image using PIL and maintain its aspect ratio?

Is there an obvious way to do this that I'm missing? I'm just trying to make thumbnails.

python image python-imaging-library thumbnails
Get img thumbnails from Vimeo?

I want to get a thumbnail image for videos from Vimeo. When getting images from Youtube I just do like …

html thumbnails vimeo
Facebook Post Link Image

When someone posts a link on facebook, a script usually scans that link for any images, and displays a quick …

facebook thumbnails
Creating a thumbnail from an uploaded image

I'm wanting to create a thumbnail from a user uploaded image so the image doesn't look squashed. But also would …

php image gd thumbnails
Carousel with Thumbnails in Bootstrap 3.0

I need to make Bootstrap 3.0 Carousel to display a slide of thumbnails. How can I do this? This is an …

twitter-bootstrap twitter-bootstrap-3 slider carousel thumbnails
Generate preview image from Video file?

Is there a way in PHP given a video file (.mov, .mp4) to generate a thumbnail image preview?

php video thumbnails php4
Create thumbnail image

I want to display thumbnail image in a gridview from file location. How to generate that of .jpeg file? I …

c# asp.net gridview thumbnails
How to display Woocommerce Category image?

I use this code in PHP: $idcat = 147; $thumbnail_id = get_woocommerce_term_meta( $idcat, 'thumbnail_id', true ); $image = wp_get_…

php wordpress woocommerce thumbnails
Get thumbnail Uri/path of the image stored in sd card + android

SDK version - 1.6 I am using following intent to open android's default gallery: Intent intent = new Intent(); intent.setType("image/*"); …

android thumbnails
imagecreatefrompng() Makes a black background instead of transparent?

I make thumbnails using PHP and GD library but my code turn png transparency into a solid black color, Is …

php gd thumbnails