Re: JPEG quality loss



I had a slightly similar problem - which was loss of quality while
resizing the image.
In the end I was forced to use ImageMagick to do the resizing
http://www.imagemagick.org/script/index.php
http://www.yeo.id.au/jmagick/

Maybe you can experiment with writing out a BMP - see if the quality of
that is acceptable and then use a specialist imaging tool like
imagemagick to do the compression / conversion.

BTW are you writing a drawing application? Otherwise you should have
the source image - and it might be easier to manipulate the source
image file directly.

Regards
Pranshu

.



Relevant Pages

  • Re: High quality image resizing
    ... I'd be surprised if Imagemagick won't do the job. ... I use php exec() for my work. ... I'm searching for a high quality image resizing facility to be used ... Using a commercial package would be completely fine for me, ...
    (php.general)
  • Re: Resizing Images
    ... I am resizing them by creating a new bitmap object and saving it out ... I can get the image to resize fine, but the image quality is bad ... If you are resizing an image, some loss of quality is inevitable. ... Reducing the size of an image will necessarily cause a loss of information, and increasing the size of an image will necessarily result in an image for which the full resolution of the output image is not taken advantage of. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Resizing photos, quality
    ... When resizing an image to be smaller, ... file with a high amount of compression there is the chance that artifcats ... increase quality or left to decrease quality ... > That depends on how you resize the photos. ...
    (microsoft.public.windowsxp.photos)
  • Re: Convert a pdf to an image format with imagemagick
    ... format, with ImageMagick. ... I use the command line. ... I tried to use - quality 100 option but there isn't ... ImageMagick doesn't actually convert pdfs, all it does is to invoke ...
    (comp.lang.php)
  • Re: image resizing that doesnt sacrifice quality
    ... Personally, I'm not very well educated in image quality, and the ... If both GD and ImageMagick, in combination with different filters, still do ... I do not have an easy solution for you. ...
    (comp.lang.php)