thumbnails

AJAX Thumbnails

Hello, Does anyone know of any free frameworks that help you create thumbnails for web pages, that when clicked, the original image loads ontop of the page (modal like), as oppossed to opening a separate page. Thanks! ...

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. http://www.webrenderer.com/ was mentioned in this post: Server generated web screenshots, but it is a commercial solution. I'm hoping for a Java...

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. ...

how to display thumbnails in listview like explorer does?

could you please point c++ code example to display videos and images thumbnails in listview? ...

WCF Service to Create Video Thumbnails

I am trying create a WCF service that leverages the WPF MediaPlayer on the server to generate thumbnails for a video that a user uploads. I found a lot oif info on how to render a frame and save it to a file. But the problem is the key event MediaOpened (actually none of the events) I need to tie into doesn't - EDIT fire. Does anyone kn...

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 for my project (What would happen if they close the site?) For this reason, I am looking for some project to let me do this. Any idea? ...

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 all the thumbnails. When a user clicks a thumbnail, the full-size image shows that new image with its caption. If they click another thum...

How do I create Thumbnails for Shared links

When I try to link my website on the Shared feature no thumbnails show up. What do I need to do so that Facebook will generate those thumbnails? ...

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# please tell me. Also if you a trusted .Net Library (convert word files to images)that requires no office interop that would be great Thank...

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 each other while using one CSS style, something like this. .Thumbnails { position: absolute; height: 105px; clip: rect(50px 218px...

Image Thumbnails

It is possible to produce thumbnails from an image within a viewport slicing them? Possibly with Jquery! Like in this example but without using the canvs element. Galleria does something like that, but it's pretty slow on loading all the pictures in the cache and then resized them. I'm using a preloader but I don;t know how to resize the...

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 to display a different default image for other files, either by generating a thumbnail of the files on upload, or setting something up wit...

Question about image thumbnail performance in PHP

I have a function in PHP that resizes images into a thumbnail, my image upload script takes an uploaded image and runs this function to resize the image if it is wider then 700px it then also runs the function 2 more times to create 2 different sized thumbnail images, so there is a total of 3 images saved each time a user uploads an imag...

How to create a Facebook-style Thumbnail Selector using .Net

I'm looking at implementing a Facebook-style thumbnail creator using ASP.Net MVC but haven't a clue where to start. The feature in question is most easily-recognised when you upload a new profile picture. After uploading the image, you are presented with a frame that you can drag around the image to select the area that will appear as ...

Create function to create thambnails of available images in a folder

I have create a CMS to upload all image to a folder using ed all my images to a folder using, file.SaveAs(Server.MapPath("../images/") + advertID.ToString + "_" + i.ToString + fileExt) Now, all images are saved and i forgot it create thumbnails. :( I need to read all images at once and create thumbnails, myimg = System.Drawing.Imag...

Looking for an open source C/C++ image / video thumbnail generation libraries

I am looking for an open source C/C++ image/video thumbnail generation libraries. (other than ffmpeg or DevIL) ...

csharp generating thumbnails filesize

i have the following code to take an image and generate the thumbnail. how can i alter the quality or compression to get smaller filesizes programatically? Image thumbNail = image.GetThumbnailImage(Width, Height, null, new IntPtr()); ...

Generating thumbnail for various files by wrapping Linux CLI program

There are various programs available for generating thumbnails for different file formats. For PDF there is ImageMagick, FFmpegthumbnailer for movies and so on. Does anyone know about a Linux program that's able to create thumbnails for different file formats? I don't care if that's just a wrapper on top of other programs as long as it g...

What is the better way to create thumbnails from video in PHP?

I ma creating a video broadcasting site, in which i need to know how to create thumbnails from the video. Please Help. Any Suggestions or References will be highly appreciated ...

Reducing size of user avatars? - creating thumbnails.

Hi, User of my site upload images which are used as avatars. I have set a upload limit size of 2 MB. At most places I only require thumbnails. But users upload images with far bigger resolutions. I store these files on my file-system. How can i create thumbnails and store them instead of large sized files? ...