Correct resize
Posted: 2011-01-25T12:02:53-07:00
Hi.
Im use magick for pic resize on image hosting.
i prefer hight quality and that why i use gamma aware resizing with this cmdline, for example
All works find, but i know that method with gamma isnt 100% perfect. i read bug report (viewtopic.php?f=3&t=17150) on this forum for properly working magick with -colorspace (in good topic about lanczos errors with gamma aware scaling viewtopic.php?f=2&t=17136).
Now i used this cmdline
This i have 2 question
1) Is in magic 6.6.7 version -colorspace is corrected (fixed bugs described in viewtopic.php?f=3&t=17150)?
2) Is method with -colorspace is good way to make gamma aware resizing?
Visible i dont see any differents with this 2 method on image. Both produce good quality, but compare show differents.
Version: ImageMagick 6.6.7-0 2011-01-10 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP
Im use magick for pic resize on image hosting.
i prefer hight quality and that why i use gamma aware resizing with this cmdline, for example
Code: Select all
convert -depth 16 -gamma 0.454545 -filter ... -resize 500x500 -gamma 2.2 -depth 8
Now i used this cmdline
Code: Select all
convert -depth 16 -colorspace srgb -filter ... -resize 500x500 -colorspace rgb -depth 8
1) Is in magic 6.6.7 version -colorspace is corrected (fixed bugs described in viewtopic.php?f=3&t=17150)?
2) Is method with -colorspace is good way to make gamma aware resizing?
Visible i dont see any differents with this 2 method on image. Both produce good quality, but compare show differents.
Version: ImageMagick 6.6.7-0 2011-01-10 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP