954,560 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to reduce image weight using asp.net

How to reduce the image weight using asp.net, without lose of image quality and image pixels. For example i have an image with the size of 4 MB (3024*2045), so how to reduce the image weight ie 4 MB to 1 MB without lose quality in the same pixels ie(3024 * 2045) using asp.net. Please help

Thank You

thirumca
Newbie Poster
12 posts since Mar 2009
Reputation Points: 10
Solved Threads: 0
 

I don't have the answer but can maybe help to point you in the right direction.

What you are looking for is a lossless image compression (so that no quality at all is lost). I don't think it would be possible to ahceive the reduction in file size you are looking for using lossless.

Lossy may get you closer but some amount of quality may be lost (even if hardly visible). Also this will depend on the format your files are already in - jpeg is already compressed (and generally lossy).

This may help - http://en.wikipedia.org/wiki/Graphics_file_formats

shibbard
Newbie Poster
17 posts since Nov 2009
Reputation Points: 10
Solved Threads: 2
 

Hi shibbard

Thanks for your comments. I will check and get back to You

thirumca
Newbie Poster
12 posts since Mar 2009
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You