Link to home
Start Free TrialLog in
Avatar of TheGD
TheGDFlag for Pakistan

asked on

Image Compression

Can any body suggest me a ready made source code for Image Compression in .net most preferably in C Sharp supporting a wide range of formats with high speed. I shall be greatful.

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of J1H1W1
J1H1W1

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of TheGD

ASKER

More precisely I shall require a function, that shall take image as input, but image wont be a file rather it would be in the form of array or something similer, then the function shall return the image in compressed form, this time also in the form of array or something similer.

Thanks.
Avatar of j_s_kelley
j_s_kelley

I have used Pegasus Imaging in the past and their tools are rock solid.  A bit pricey but if you need the flexibility and speed, they are good.

http://www.accusoft.com/
don't forge to add the reference to System.core in order to use System.Windows.Media.Imaging and System.IO to use the FileStream