S
slavinger
Hi,
Got an interesting problem here: I'm using C# to resize an image
(jpeg) from over 2000x1700 (in pixels) to 550x412. When I save the new
image, its file size ends up being in the neighborhood of 550K. When I
use a graphics editor app, it produces a similar quality 550x412 jpeg
that's only 40K in size. What can I do in C# to cut down on resulting
image's file size? Thanks!
Got an interesting problem here: I'm using C# to resize an image
(jpeg) from over 2000x1700 (in pixels) to 550x412. When I save the new
image, its file size ends up being in the neighborhood of 550K. When I
use a graphics editor app, it produces a similar quality 550x412 jpeg
that's only 40K in size. What can I do in C# to cut down on resulting
image's file size? Thanks!