P
Parrot
I have been using the System.Bitmap function and System.Drawing function to
reduce the size of an image file in my program as follows:
System.Drawing.Image img = bt.GetThumbnailImage(1000, height1, null,
IntPtr.Zero);
However, this creates a horrible resolution image. Is there any other
method that can be used to reduce the size of an image file programmatically
similar to what you can do in Photoshop using C#?
reduce the size of an image file in my program as follows:
System.Drawing.Image img = bt.GetThumbnailImage(1000, height1, null,
IntPtr.Zero);
However, this creates a horrible resolution image. Is there any other
method that can be used to reduce the size of an image file programmatically
similar to what you can do in Photoshop using C#?