file compression
Windows API
3
Posts
3
Posters
12
Views
1
Watching
-
what is the c# code for compress the image file?
-
what is the c# code for compress the image file?
-
what is the c# code for compress the image file?
Actually you can use the Bitmap.Save() or Image.Save() method, there you can specify the format you want to use (e.g. png or jpeg). See http://msdn.microsoft.com/en-us/library/system.drawing.bitmap.save.aspx[^] and http://msdn.microsoft.com/en-us/library/System.Drawing.Image.Save.aspx[^],resp.