Resize/Convert images on the fly

J

Just D.

All,

Does anybody know some library to resize/convert images on the fly? I'm
especially interested in JPG/GIF/TIF images. Also maybe BMP, but not
critical. Are we having some kind of a standard, maybe freeware or open
source library for that?

The primary thing that I need is to decrease the image to show a small
version on the page. The original color image can be huge x000 by x000
pixels, but I don't need to load the whole image into IE on the client
machine until the client wants to get it, the thumbnail would be the best
solution.

The secondary task is to convert the image format, say from BMP/TIFF to
JPG/GIF.

Just D.
 
P

Peter Duniho

Just D. said:
Does anybody know some library to resize/convert images on the fly? I'm
especially interested in JPG/GIF/TIF images. Also maybe BMP, but not
critical. Are we having some kind of a standard, maybe freeware or open
source library for that?

Intel has a library that includes a variety of things. It's fairly popular:
http://www.intel.com/cd/software/products/asmo-na/eng/perflib/ipp/302910.htm

What this has to do with C#, I don't know, but I hope that helps anyway. :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top