Possible Duplicate:
Image size got bigger when trying to reduce its size
What I am trying to resize is a .jpg file (5kb) and the result is 27kb, no matter which InterpolationMode I use. judging from it’s size The original file probably was already compressed before. The aim was to reduce it’s resolution in order for it to be smaller when I add it to my site. I am using this tutorial:
Image resizing tutorial.
I managed to resize the resolution including cropping. My problem is that actual size of the image got bigger instead of smaller as I expected.
Any ideas please?
Try adjusting the quality for the parameter you are passing to the
saveJpegmethod instead of just theInterpolationMode.What quality are you currently using?