How to compress and decompress an image using GDI+ JPEG?
C#
2
Posts
2
Posters
0
Views
1
Watching
-
How do i compress and decompress an image using GDI+ JPEG methods?
-
How do i compress and decompress an image using GDI+ JPEG methods?
You don't really 'compress' when you save as a jpeg. You are throwing out alot of data. There is no way to uncompress a jpeg image. You can save it as a bitmap and its size will increase dramatically, but it will still have all the artifacts from the jpeg. If you want to 'compress' an image and keep the original quality, save it as a PNG or something.
My current favourite word is: Nipple!
-SK Genius