possible bug miff vs mpc IM 6.8.9.2 Q16 Mac OSX
Posted: 2014-06-06T14:26:53-07:00
Is this a bug or some feature (of miff) that I do not understand? Why do I not get identical results (rmse = 0). I believe that the miff is the one in error from other tests with one of my scripts. This is a subset of 5 command lines that I had performed separately saving as 1) mpc, or 2) miff or 3) all in one command line. The mpc results match the all in one command line results. This is the first command that did not match in the sequence of 5 commands.
convert -version
Version: ImageMagick 6.8.9-2 Q16 x86_64 2014-05-30 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules
Delegates: bzlib cairo fftw fontconfig freetype gslib jbig jng jp2 jpeg lcms lqr ltdl lzma openexr png ps rsvg tiff webp x xml zlib
Code: Select all
convert rose: -colorspace HSI -set colorspace sRGB rose.mpc
convert rose: -colorspace HSI -set colorspace sRGB rose.miff
compare -metric rmse rose.mpc rose.miff null:
72.589 (0.00110764)
convert -version
Version: ImageMagick 6.8.9-2 Q16 x86_64 2014-05-30 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules
Delegates: bzlib cairo fftw fontconfig freetype gslib jbig jng jp2 jpeg lcms lqr ltdl lzma openexr png ps rsvg tiff webp x xml zlib