Tagged Questions
The thumbnail tag has no wiki summary.
16
votes
11answers
23k views
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 this:
http://img.youtube.com/vi/HwP5NG-3e8I/2.jpg
Any idea how to do for Vimeo?
Here is same ...
15
votes
8answers
41k views
Facebook Post Link Image
When someone posts a link on facebook, a script usually scans that link for any images, and displays a quick thumbnail next to the post. For certain URLs though (including mine), FB doesn't seem to ...
10
votes
4answers
256 views
Android: how to get a video thumbnail of a file that's private to your application?
Question:
How do you get a video thumbnail for an application-private file?
Specifically, is there a way to extract video frames from an .mpeg file directly?
Background:
My application includes a ...
10
votes
2answers
1k views
PIL: Thumbnail and end up with a square image
Calling
image = Image.open(data)
image.thumbnail((36,36), Image.NEAREST)
will maintain the aspect ratio. But I need to end up displaying the image like this:
<img src="/media/image.png" ...
10
votes
8answers
3k views
What is the “best” way to create a thumbnail using ASP.NET?
Story: The user uploads an image that will be added to a photo gallery. As part of the upload process, we need to A) store the image on the web server's hard drive and B) store a thumbnail of the ...
9
votes
4answers
165 views
PDF thumbnails in Delphi
I was wondering if there was an easy of generating thumbnails of PDF files in Delphi. Basically I want to render the first page of a PDF to a small bitmap (say 100x100 or similar).
I see two options ...
8
votes
1answer
2k views
How do I generate circuar thumbnails with PIL?
How do I generate circular image thumbnails using PIL?
The space outside the circle should be transparent.
Snippets would be highly appreciated, thank you in advance.
8
votes
1answer
1k views
How do I write a working IThumbnailProvider for Windows Vista
I have written a thumbnail provider following the interfaces specified on MSDN. However, I have been unable to figure out how to register it in a way that Vista actually calls into it. Has anyone ...
7
votes
1answer
355 views
Programmatically generate thumbnail CAP for small video
How can python make a simple cap for a video.
Ideia: take 9 snapshots for 9 even placed (on the timeline) times, and displace then in a JGP
How should I do this?
Is PIL the only way? (it's not ...
7
votes
4answers
975 views
generate image (e.g. jpg) of a web page?
I want to create an image what a web page looks like,
e.g. create a small thumbnail of the html + images.
it does not have to be perfect (e.g. flash /javascript rendering).
I will call use the code ...
7
votes
4answers
170 views
Tools to thumbnail multiple extension types
My requirements are to be able to thumbnail the major image and file extensions: doc(x), txt, xls(x), pdf, rte, and as many others as possible.
We have been hooking into Office extensions to do this ...
7
votes
4answers
2k views
Java: Howto get the thumbnail from a file
In windows explorer (and linux gnome) views for each file a thumbnail / icon. Like with EXEs, images, videos, txt-files, ini-files and so much other file types. Now is my question: Is there a way to ...
7
votes
3answers
2k views
PIL: Image resizing : Algorithm similar to firefox's
I'm getting about the same bad looking resizing from all the 4 algorithms of PIL
>>> data = utils.fetch("http://wavestock.com/images/beta-icon.gif")
>>> image = ...
7
votes
5answers
7k views
Displaying thumbnail icons 128x128 pixels or larger in a grid in ListView
Original Question (see Update below)
I have a WinForms program that needs a decent scrollable icon control with large icons (128x128 or larger thumbnails, really) that can be clicked to hilight or ...
6
votes
1answer
293 views
How to Start Three20 Photo Viewer in Thumbnail view?
I followed How To Use the Three20 Photo Viewer by Ray Wenderlich tutorial it was very clear and working perfectly, my question as the title, How to Start Three20 Photo Viewer in Thumbnail view?
I am ...
6
votes
2answers
3k views
Create thumbnail image for PDF in Java
I'm looking for a Java library that will can take a PDF and create a thumbnail image (PNG) from the first page.
I've already looked at JPedal, but its insane licensing fee is completely prohibitive. ...
6
votes
4answers
2k views
Create thumbnail image in c#
I want to display the thumbnail image in grid view from file location . how to generate that of .jpeg file
I am using C# language with asp.net
6
votes
2answers
1k views
Adding posts with thumbnail programatically in WordPress
I know I can use the wp_insert_post() function in WordPress to add posts programatically, but I want to add posts with a thumbnail, and for that matter, also resize/crop the post photo to the correct ...
6
votes
2answers
516 views
Create a thumbnail of a dwg in in a linux environment
Creating a ruby on rails site that uses RMagick to create thumbnails for many types of images. RMagick cannot read dwg files however.
I've tried a few things, looked into the Java library JDWGLib, ...
6
votes
2answers
3k views
How can I create a thumbnail from an mpg video with C#?
I'd like to process a directory of mpg's in a batch to have a thumbnail using C#/.NET.
Does anyone have any good suggestions on how I could do this?
5
votes
2answers
244 views
Get Thumbnails from any file even ones that are not in the thumbs.db
I need to extract Thumbnails from files in a Folder.
I tried with this example but it doesn´t always work.
It gives me thumbnails of images and PDF files, but not of Word, Excel, Text, OpenOffice, ...
5
votes
4answers
381 views
Pure CSS image thumbnails
I want to display a collection of image thumbnails in a grid. The images will come in a variety of sizes, but I'd like to restrict the thumbnails to a particular size (let's say 200px wide and 150px ...
5
votes
2answers
258 views
App Engine: Calculating the dimensions of thumbnails to be generated by serving thumbnails from the blobstore
I'm currently using the blobstore to generate thumbnails for images, however, I like to store the dimensions of the thumbnail in the img tag, as it is good practise and helps speed up rendering and ...
5
votes
2answers
249 views
Showing thumbnail of selected images in a desktop application using C Sharp
I have a desktop application in C sharp, in which I have to show selected images in thumbnail view ( the view will be some thing like the attached image). The selected image can be deselected using x ...
5
votes
3answers
335 views
Resizing JPEG image during decoding
I'm working on a program that creates thumbnails of JPEG images on the fly. Now I was thinking: since a JPEG image is built from 8x8-pixel blocks (Wikipedia has a great explanation), would it be ...
5
votes
5answers
752 views
C# API to create webpage thumbnail
Is there an API that can be used to generate thumbnails of a webpage in C#? I don't want to use third-party websites as I'd rather render them myself.
5
votes
3answers
1k views
Is there a Ruby on Rails site thumbnail generator available?
I'm hoping to avoid building this if it already exists. Does anyone know of a plugin for Ruby on Rails that will generate a screenshot of a web site? Thanks in advance to anyone who can help me find ...
5
votes
5answers
2k views
Image resize issue in PHP - gd creates ugly resized images
I am creating thumbnails of fixed height and width from my PHP script using the following function
/*creates thumbnail of required dimensions*/
function ...
5
votes
5answers
5k views
Getting thumbnail from a video url or data in IPhone SDK
I am trying to acquire a thumbnail (of the first frame) from a video taken from iphone 3GS camera so i can display it. Anyone been succesful at doing this? If so howd you do it?
5
votes
2answers
1k views
Having an image file buffer in memory, what is the fastest way to create its thumbnail?
Trying to create a an image acquiring application optimized for a fast scanner (which can provide up to 6 compressed images [color+gray+binary][front+rear] for each paper at speed of 150 ppm) I have ...
4
votes
1answer
338 views
Creating multiple thumbnails in ImageMagick / GraphicsMagick
I'm currently writing a shellscript for Bash, that will create different size thumbnails for some rather massive amounts of large images.
I was wondering if it's possible to get GM/IM to create ...
4
votes
1answer
587 views
jQuery: Catching an image load event error 404, can it be done?
I'm basically looping over a bunch of youtube video url's to get each video's id code.
I then reiterate over all 'thumbnail' images in a list and replace the source with the youtube video thumbnail ...
4
votes
1answer
2k views
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="og:image" content="/path/to/my/image" />
But on pages I've already ...
4
votes
1answer
327 views
how to create image thumbnails using django running on jython?
I am a newbee to django and jython. I need to create and save image thumbnails in database. I am using django running on jython and mysql database. I was exploring python imaging library, but the i ...
4
votes
2answers
848 views
Linux-based MS Office thumbnail generation
I've been taken onboard to work on a PHP-based web application. One part of the application generates thumbnail images for MS Office documents on demand, and it uses MS Office + the VeryPDF docprint ...
3
votes
1answer
48 views
Thumbnail library for .NET
I'm looking for a thumbnail library for .NET. I don't care if free or paid. I would like to generate thumbnails for file preview, supporting as many file types as possible:
images, videos, pfd, ...
3
votes
1answer
176 views
Thumbnail for video in asp.net
it woks from the cmd, but when debugging won't go into while condiion, any ideas why please ? Browsing for the site in IIS returns with exception :
System.ComponentModel.Win32Exception: Access is ...
3
votes
1answer
566 views
iOS SDK posting a link & displaying a thumbnail
I've managed to get the Facebook iOS SDK implemented into my project quite nicely with the assistance of the provided FB documentation.
My app's FB integration is quite simple: A Facebook share ...
3
votes
1answer
103 views
how to restrict unwanted image storage in wordpress media upload
iam using wordpress and when i upload a new image it tend to crop in different size (thumbnail(150*150), medium(300*200), large ) and stores it. For a single image it generates around 4 different ...
3
votes
2answers
4k views
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/*");
...
3
votes
1answer
278 views
Improved thumbnail extraction from videos
I have been using FFmpeg to find the middle frame of a h264 video file, and extract the jpg thumbnail for use on a streaming portal. This is done automatically for each uploaded video.
Sometimes the ...
3
votes
1answer
418 views
Creating JPG thumbnails of PDF with Imagmagick
I'm using Imagemagick to create thumbnails images of pdf files with this command:
convert 'input.pdf[0]' -resize "100x140>" -colorspace 'rgb' 'output.jpg' 2>/dev/null
Some of the PDFs are in ...
3
votes
2answers
229 views
windows explorer - custom icon for each file?
I'm just curious about this, as it's probably too much trouble to be worth it for me. I'm wondering how it's possible to have each file of a custom type have a different, descriptive icon in windows ...
3
votes
2answers
412 views
Extracting thumbnail and icon from file in c#
I'm trying to extract thumbnail or icon if the thumbnail is not available from a file or folder like windows explorer. I'm using IShellItemImageFactory and when the thumbnail is present it works ...
3
votes
1answer
244 views
Fastest way to load thumbnail pixel values into Java
I need to be able to load RGB pixel values at a certain resolution into Java. That resolution is small (~300x300).
Currently, I've been loading them like this:
File file = new File("...path..."); ...
3
votes
5answers
2k views
thumbnail generator using php code so to take scrrenshot of webpages
Actually I am running a wesite www.webmaggu.com which is mainly a directory of variou interesting links and websites which are submitted by users. I want to generate thumbnails beside the links. So ...
3
votes
4answers
670 views
Are there any java library for thumbnails generation?
I need some smart enough thumbnail generation lib to use it in my java app. I've found appropriate code here but I'm not sure about possible licensing issues.
Are there any free appropriate ...
3
votes
1answer
257 views
Firefox 3.6 crashes when trying to display a thumbnail
I use Uploadify to upload multiple pictures to server.
I want to display pictures thumbnails before the pictures are actually uploaded to the server, based on this. I use Firefox 3.6.6.
Here is how ...
3
votes
2answers
441 views
How to preview any files inside a Java application?
I'm using a JTree to browse the content of a folder and I want that when a user click on a file, the software shows a preview of it (a screenshot of its first page).
The files are mostly Office ...
3
votes
4answers
1k views
C# Creating thumbnail (low quality and big size problem)
public void CreateThumbnail(Image img1, Photo photo, string targetDirectoryThumbs)
{
int newWidth = 700;
int newHeight = 700;
double ratio = 0;
...