I use ImageMagick as included in Ubuntu 16.04:
Code: Select all
Version: ImageMagick 6.8.9-9 Q16 x86_64 2017-07-31 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules OpenMP
Delegates: bzlib cairo djvu fftw fontconfig freetype jbig jng jpeg lcms lqr ltdl lzma openexr pangocairo png rsvg tiff wmf x xml zlib
https://downloadcenter.hillbrecht.de/IM ... alized.tif
I convert this image into an 8 bit format. I use
Code: Select all
convert IMG_7816_K_normalized.tif -quality 80 -depth 8 IMG_7816.JPG
https://downloadcenter.hillbrecht.de/IMG_7816.JPG
There is a massive decrease in quality and the colors are visibly shifted. It seems that the noise of the original image is massively amplified which can be seen especially in the dark tunnel entry in the background. (The noise after all comes from the image's source which is a photographed film negative.)
I understand that 16-to-8 bit conversion means a loss in quality, but this seems a bit strong. What am I doing wrong? How can I increase the quality of the resulting file?
Any hint would be greatly appreciated.
Best regards,
Dirk