Tagged Questions

1
vote
1answer
50 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, …
8
votes
5answers
634 views

C# get thumbnail from file via windows api

Windows explorer has the ability to show thumbnails of files. These thumbnails are provided by core and third-party shell extensions. I know how to extend the shell to provide thu …
1
vote
1answer
29 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?
0
votes
1answer
27 views

django - save a resize copy of image on upload (using admin site)

Hi - I'm building a site for a client that needs to support image uploads (an artist) through the admin interface. Since most of the images are pretty high-res, I wanted to creat …
0
votes
2answers
56 views

Generating thumbnails of the webpages visited on a client side

Hi, I developing an extension - firefox so with this extension i keep track of the pages the user visits and now what i want to do is, i want to be able to popup a thumbnail of th …
0
votes
3answers
48 views

generate “thumbnail” in html while keeping proportions

Is it possible to downsize an image in html while keeping proportions? I know I can use height and width attribute of img tag, but I don't know the image size. Please don't tell …
3
votes
4answers
63 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 sq …
0
votes
1answer
52 views

RubyCocoa: Thumbnail Images in NSTableView

I'm trying to display an NSTableView of: | thumbnail | filename | I created the NSTableView in IB and delegated it to a class. In the class, I bypassed a model just to get a POC …
2
votes
7answers
96 views

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 big …
0
votes
3answers
132 views

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
-1
votes
3answers
84 views

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 = imag …
0
votes
1answer
110 views

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)
0
votes
1answer
84 views

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 + fi …
0
votes
2answers
351 views

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 …
0
votes
1answer
164 views

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 uplo …

1 2 next
15 30 50 per page