reduce image size in bytes without resize and quality lose in c#
Posted
by SR Dusad
on Stack Overflow
See other posts from Stack Overflow
or by SR Dusad
Published on 2010-05-29T05:22:07Z
Indexed on
2010/05/29
5:32 UTC
Read the original article
Hit count: 985
Hi
I m using C#.NET 4.0
I have an jpeg image and i want to reduce its size in bytes .I don't want to change the image size in manner of height and width and not want to lose image quality.Some bit of reduce quality is not an issue. I try to make it a thumbnail image but it reduce the size according to height and width.
I can't found any solution. Any type help will be appreciated..
© Stack Overflow or respective owner