Hey frnds....1s again i need ur help..
Im developing an asp.net C# Application..
My client requires to send images of Big Size the problem is that now i have to compress the high resolution Images to a smaller size and then also decompress after downloading the images...

I just need the code to compress or Decompress the images....

Thax in Advance Superb Programmers...

That depends a lot on the type of image, but as a general statement you don't get a very good compression ratio on images when zipping. I'm assuming you mean ZIP because you say decompress after downloading. Unfortunately if you want to retain a large image at the same quality, you're probably best off to ship the image as-is or have him zip them before uploading, you can purchase ChilKat to deflate the file once you receive it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.