Best options for image resizing

Posted by Claudio Redi on Stack Overflow See other posts from Stack Overflow or by Claudio Redi
Published on 2010-06-01T20:26:15Z Indexed on 2010/06/01 20:33 UTC
Read the original article Hit count: 196

Filed under:
|

Hi, I have resize images exceeding a max size. Methods I tried so far are not good enough :-(

  1. System.Drawing.Image.GetThumbnailImage generates very poor quality images in general.
  2. Playing with options like this one I can generate better images in quality but heavier than the original one.

Probably the second option (or something similar) is the best option and I would need to resize using the proper options.

Any advice?

© Stack Overflow or respective owner

Related posts about c#

Related posts about image-processing