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 long is Facebook caching the sharing thumbnails?

How long is Facebook caching the sharing thumbnails? I've added a custom thumbnail for my page using: <meta property="…

facebook caching thumbnails sharing share
Square thumbnail from UIImagePickerViewController image

In my app the user selects an image or take a picture using UIImagePickerViewController. Once the image was selected I …

iphone ios objective-c thumbnails cgimage
Open source Java library to produce webpage thumbnails server-side

I am searching for an open source Java library to generate thumbnails for a given URL. I need to bundle …

java open-source thumbnails
Floated thumbnail gallery, different sizes, how to handle?

When simply doing float:left to all thumbnails of the same size, a gallery looks great. But when different size …

css image gallery css-float thumbnails
Extract thumbnail for any file in Windows

What's the most efficient way of extracting thumbnails from any file, not just just images at varying sizes? I've looked …

c# .net thumbnails
Resize image maintaining aspect ratio AND making portrait and landscape images exact same size?

Currently I am using: os.chdir(album.path) images = glob.glob('*.*') # thumbs size size = 80,80 for image in images: #…

python django image thumbnails python-imaging-library
Adding posts with thumbnail programmatically in WordPress

I know I can use the wp_insert_post() function in WordPress to add posts programmatically, but I want to …

wordpress thumbnails
Wordpress different featured image size for different post types

You can enable featured images for posts and set their size by using the following code in your function.php …

php wordpress post thumbnails
Resize and crop image into square with white background - using GD

I've got a script which caches images from an external feed and stores them in a directory on my server …

php caching thumbnails gdlib
UIImagePickerController thumbnail of video which is pick up from library

I am trying to get the thumbnail of the video which is pick up from library using the UIImagePickerController. Here …

video uiimagepickercontroller thumbnails