same input - different results
Posted: 2018-02-22T05:04:00-07:00
I am trying to generate thumbnail images in order to use them for identification of images. Using the command under Windows I get always the same result. But using Image Magick on the production machine the resalts differed for the same input.
So how can that be? -
Thanks in advance!
So how can that be? -
Code: Select all
cdmm@lxdmgjb1:~/universalImport> cat /bilder/images/ArtBild/10/dichtmassenset.jpg | convert -thumbnail 300x300 -[0-5] -colorspace rgb -strip png:- | cat - > a.png
cdmm@lxdmgjb1:~/universalImport> cat /bilder/images/ArtBild/10/dichtmassenset.jpg | convert -thumbnail 300x300 -[0-5] -colorspace rgb -strip png:- | cat - > b.png
cdmm@lxdmgjb1:~/universalImport> cmp a.png b.png
a.png b.png differieren: Byte 79391, Zeile 259.