Simple image processing component

  • Thread starter Thread starter Maxwell2006
  • Start date Start date
M

Maxwell2006

Hi,



I am developing a simple image upload asp.net page and I am looking for a
simple image processing component to be able to change the image resolution
of jpg images and also reduce the kilobyte size of them (optimise for web)



Is there any reliable (preferably open source) component to do simple image
processing?



Thanks,

Max
 
You want zImage, by Claus Ziegler, about 50 bucks and worth every penny.
Will do this and many other great things (sharpening, blurring, converting,
etc.) , and Claus is a super-nice guy. I've been using zImage for two years
and have been very happy with it.

If your needs are basic -- you don't need conversion, for instance -- .NET
natively supports simple resizing of the sort you describe. Google around.

-KF
 
Hi Max,

Thank you for your post.

You can check out following article for an example on image resizing:

#True Image Resizing
http://aspnet.4guysfromrolla.com/articles/012203-1.aspx

Hope this helps. Please feel free to post here if anything is unclear.

Regards,
Walter Wang ([email protected], remove 'online.')
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top