Martijn Brouwer wrote:

Does somebody know which options of ImageMagick I can use to improve the quality of the preview of these pictures.

You can try the following, when you've installed ImageMagick with a quality depth of 16bit (Q16):


Search for the file "convertDefault.sh" and change the line

convert -depth 8 $1 $2

to

convert $1 $2

regards Uwe

Reply via email to