Tagged Questions
The thumbnails tag has no wiki summary.
20
votes
5answers
10k views
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.
9
votes
4answers
6k views
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 this capability, rather than call out to external services, such as Amazon or websnapr.
...
7
votes
4answers
215 views
Website Screenshot (HTML5 Canvas / Services)
Alright all,
Been doing a bit of research and want to know if anyone else has tried this... and what approach would you take.
I'm planning on doing a website which will display a screenshot of a ...
6
votes
1answer
2k views
How to get thumbnail for video in my /sdcard/Android/data/mypackage/files folder?
Query to MediaStore.Video.Media.EXTERNAL_CONTENT_URI returns only video in /sdcard/DCIM/100MEDIA
But I want to get thumbnails for video in my /sdcard/Android/data/mypackage/files folder. Is it ...
6
votes
3answers
179 views
Regex to GENERATE thumbnails!?!?! (but that's crazy!)
So here is my situation, and the solution that I've come up with to solve the problem. I have created an application that includes TinyMCE to allow users to create HTML content for publishing. The ...
5
votes
2answers
171 views
Django: sorl-thumbnail and easy-thumbnail in same project
I'm working on and project that uses two separate modular Django apps. However, one app requires easy-thumbnails and the other requires sorl-thumbnails. Unfortunately, the two thumbnail libraries ...
5
votes
4answers
2k views
PHP image resize on the fly vs storing resized images
I'm building a image sharing site and would like to know the pros and cons of resizing images on the fly with php and having the resized images stored.
Which is faster?
Which is more reliable?
...
5
votes
6answers
18k views
What's the best jQuery “click a thumbnail and change the main image” module?
Here's what I have (all generated dynamically, if that makes a difference) :
A list of images
A caption for each image
A thumbnail for each image
The page should load with one full-size image and ...
4
votes
1answer
695 views
Django + S3 (boto) + Sorl Thumbnail: Suggestions for optimisation
I am using S3 storage backend across a Django site I am developing, both to reduce load from the EC2 server(s), and to allow multiple webservers (redundancy, load balancing) access the same set of ...
4
votes
3answers
596 views
Java: Generating thumbnails with transparency
I'm having problems generating thumbnails of images with an Alpha channel (transparency). The code I use is this:
public void saveThumbnail(File file, String imageType) {
if (bufferedThumb == ...
4
votes
2answers
3k views
Custom thumbnails for file types with Paperclip
I'm using Paperclip with a Ruby on Rails to attach assets to a model, these assets can be any file type and currently thumbnails are only being generated if the asset is an image. I'd like to be able ...
4
votes
1answer
3k views
genarate a thumbnail of a word document c#
i have a website where users upload word documents and i want to display thumbnails of these word documents If anyone of you knows how to display the first page of a word file as an image using c# ...
3
votes
1answer
217 views
How to quickly generate PNG thumbnails of all pages of a PDF?
I use a following code to do this:
for i in `seq 1 $numPages`; do
convert "$INPUTPDF"[$((i-1))] thumb_$i.png
done;
It's kinda slow, and I think it's because it starts a new process every time.
...
3
votes
2answers
115 views
I'm working on a website that sells different artwork, what's the best way to handle different image sizes?
I'm working on a website that will allow users to upload and sell their artwork in different sizes. I was wondering what the best way would be to handle the different file sizes automatically. A few ...
3
votes
3answers
1k views
Creating thumbnails from video files with Python
I need to create thumbnails for a video file once I've uploaded to a webapp running python.
How would I go about this... I need a library that can basically either do this for me, or that can read ...
3
votes
1answer
487 views
Combine Thumbnails to One Large Image with RMagick
What's the shortest way to combine say 20 256x256 thumbnails into a single large image of 4 rows by 5 columns using RMagick?
3
votes
4answers
112 views
Resizing N # of squares to be as big as possible while still fitting into box of X by Y dimensions. (Thumbnails!)
I have N squares.
I have a Rectangular box.
I want all the squares to fit in the box.
I want the squares to be as large as possible.
How do I calculate the largest size for the squares such that they ...
3
votes
5answers
1k views
How might I obtain a Snapshot or Thumbnail of a web page using PHP?
I need to create Snapshots / Thumbshots / Site preview a-site.com.
There are some site as thumbshot.org that meets with I need. But I do not want to use an external service, not to depend on others ...
2
votes
2answers
58 views
Checking for existence of thumbnails and images
I am attempting to write some javascript in a page that needs to load one of three images. First it needs to check to see if a Thumbnail for a picture exists and display that, if the thumbnail does ...
2
votes
4answers
191 views
Position images of various size in a grid with CSS
I have a series of images (about a 100 or so) that have been resized so that they fit in a background box that is 130x130. The images are either 130 wide or 130 high. How do I style the image so that ...
2
votes
3answers
196 views
thumbnail generation / image resize
What PHP library would you recommend for thumbnails generation?
I need it to work with GD (not only Imagick), be able to stretch images or keep aspect ratio when only one dimension given, and - most ...
2
votes
3answers
129 views
How to create thumbnails in R?
I am trying to produce a .png file with an R plot. This works great:
png(file="hello.png", width=1000, height=800)
# Lots and lots of plotting. Long code. Very slow.
plot(x=c(1, 2, 3), y=c(4, 6, 5))
...
2
votes
5answers
386 views
Thumbnail creation in Java
I want to create the thumbnails for a group of images. for that, I am using the following code.
public void run() {
try{
BufferedImage originalImage = ImageIO.read(new File(url));
int ...
2
votes
4answers
913 views
Thumbnails with Asp.net Mvc
Does anyone know of a way to display a thumbnail image from a byte array, or even better, a library that does this. Thanks
2
votes
1answer
534 views
Android progressbar in image thumbnail
I have a gridview with an adapter that loads and caches images from the web. What I'm trying to do is find a way to have individual progress spinners for each image. I like the indeterminate ...
2
votes
3answers
294 views
Image resizing service (for Rails, or anything really)
I'm looking for a (ideally self-hosted) service that lets me do something like
<img src="http://image-resizer.domain.com/resize-image/150/100/path/to/image.jpg" />
This service would:
...
2
votes
4answers
1k views
Thumbnail of a PDF page (Java)
How can I generate a thumbnail image of pages in a PDF document, using Java?
2
votes
2answers
1k views
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 which creates ImageIcon did some scaling sothat thumbnail images are shown.
However,the ...
2
votes
3answers
202 views
Better quality thumbnails
I have a script that successfully creates thumbnails but they're rendered low quality. Is there something that I can change in the script to make the thumbnails better quality?
function ...
2
votes
1answer
262 views
android video thumbnails
I know that google does not have the official API to get video thumbnails under API 2.0 but how do I access the video thumbnails that are shown in the Gallery application. They are stored somewhere ?
2
votes
2answers
2k views
Android Image Getter for Larger Images
I have used all the Standard Network related code for Getting Images of about 45KB to 75KB but all are failing these methods work fine for Files of about 3-5KB size of Images. How can I achieve ...
2
votes
2answers
2k views
Thumbnails in the django admin panel using sorl
I am trying to have the pictures I upload in the Django admin panel to show up as thumbnails instead of the path. I have sorl installed and can make thumbnails that show up in my views.
I have found ...
2
votes
4answers
2k views
CSS Clip and Absolute Positioning
I'm using clip to create thumbnails for a gallery. Unfortunately, clip can only be used when an element is absolutely positioned. Applied equally to each img, this of course makes them all sit on ...
1
vote
0answers
43 views
jQuery Tools Scrollable - only scrolls to 10 thumbnails
I have jQuery Tools Scrollable set up so that the thumbnails are acting as navigation. This works great with galleries that only have 10 images like this example:
...
1
vote
4answers
149 views
Magento resize() image quality
I have a client who is seriously unhappy with the way their product thumbnails are rendering on Magento.
The dodgy appearance is noticeable on two accounts:
there is a dirty white background which ...
1
vote
2answers
84 views
Is it possible to get a larger square thumbnail from facebook?
This gets me a small square FB thumbnail:
http://graph.facebook.com/5/picture?type=square
(UID example could be 5).
'd like a larger image (75 or 100px?) that is still cropped at the same points as ...
1
vote
3answers
128 views
Jquery hover fade thumbnails
I am trying to create some jquery styled hover fade in/out thumbnails. I've managed to do the hover in and out on the images but theres a problem. As the user hovers over, I want some text to appear, ...
1
vote
2answers
148 views
Android Gallery widget using images from SDcard
I am trying to display thumbnails stored in a specific folder for my app. These are downloaded when the app is running. I am using the gallery widget to show the thumbnails which I read from the ...
1
vote
1answer
66 views
Exclude advertisements from social sharing thumbnail options
Awhile back I noticed that social linking sites such as Reddit, StumbleUpon and Facebook would often grab advertisements running on my site as the thumbnail image for shared pages. I didn't want that ...
1
vote
1answer
84 views
Is it possible to optimize Zencoder video thumbnails?
I'm working on a Rails3 project with video encoding through Zencoder, assets are stored on Amazon S3.
...
:thumbnails => {
:number => 5,
:size => "620x465",
:base_url => ...
1
vote
2answers
165 views
Create Thumbnails from a folder of images using PHP
I have a folder of jpegs, and a MySQL database that I hope to use to manage them. The database has one table: 'images', and 7 fields: 'imgID', 'imgTitle', 'imgURL', 'imgDate', 'imgClass', 'imgFamily', ...
1
vote
2answers
171 views
Creating a website thumbnail with geckoFx leads to error
I'm trying to create an image of a website using geckoFX in WPF/c#. When I run the code I get an error.
error is a Bitmap Width and height using from geckoWebBorwser (int)wWidth and (int) wHeight
...
1
vote
2answers
191 views
High Quality thumbnail in java
Hi. I had tried the below code to generate the thumbnail. I am able to get the thumbnail but the quality is not there. please can any one help me in this one to generate the high qulaity thumbnail? ...
1
vote
1answer
179 views
GData Youtube : obtaining thumbnails
I have a bunch of youtube VideoIDs (the alfanumeric string in the param watch/v=? of the youtube.com url) and I have to obtain the thumbnails for each video;
Now, for each videoid I make up an HTTP ...
1
vote
2answers
329 views
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 thumbnails come in to play, that is no longer the case.
What is the best way to handle ...
1
vote
1answer
170 views
how to merge image into center of the video thumbnail?
I created one media player, it's working fine for me. The media player display number of video thumbnails. I need one play button in center of the videothumbnails so, I added one image(play button). ...
1
vote
3answers
118 views
jQuery solution for paging through thumbnails before posting ~ to Facebook
Does anyone have suggestions how to do this?
I have an array in my view with the image URLs, like
Array
(
[0] => ...
1
vote
1answer
2k views
How to get all images on device (sdcard particularly) on android (2.1 or greater)
I've followed the tutorial here: http://androidsamples.blogspot.com/2009/06/how-to-display-thumbnails-of-images.html
and also another one which has almost identical code, and I'm having some ...
1
vote
2answers
249 views
Google App Engine & Java : images thumb
I'm trying to resize and crop images into Google App engine in order to create thumbnails
I would like to be able to create 200x150 thumbs from any size.
This is the code I'm using so far now I need ...
1
vote
1answer
321 views
Problems inserting auto scrolling thumbnails into accordion menu
I have an auto-scrolling thumbnail DIV that I want to insert into an accordion menu.
Here is the auto-scrolling thumbnail script (duplicated).
Here is the accordion menu.
Here is my failed attempt ...