Search found 4 matches
- 2018-02-22T05:48:18-07:00
- Forum: Users
- Topic: same input - different results
- Replies: 5
- Views: 5851
Re: same input - different results
So all inputs are binary identical - but the thumbnail is not
- 2018-02-22T05:46:55-07:00
- Forum: Users
- Topic: same input - different results
- Replies: 5
- Views: 5851
Re: same input - different results
This gives no difference - how is that possible?: cdmm@lxdmgjb1:~/universalImport> convert -thumbnail 300x300 /bilder/images/ArtBild/10/dichtmassenset.jpg[0-5] -colorspace rgb -strip png:- | cat - > a.png cdmm@lxdmgjb1:~/universalImport> convert -thumbnail 300x300 /bilder/images/ArtBild/10 ...
- 2018-02-22T05:06:08-07:00
- Forum: Users
- Topic: same input - different results
- Replies: 5
- Views: 5851
Re: same input - different results
Code: Select all
cdmm@lxdmgjb1:~/universalImport> identify -version
Version: ImageMagick 6.4.3 2014-11-18 Q16 OpenMP http://www.imagemagick.org
Copyright: Copyright (C) 1999-2008 ImageMagick Studio LLC
- 2018-02-22T05:04:00-07:00
- Forum: Users
- Topic: same input - different results
- Replies: 5
- Views: 5851
same input - different results
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? - cdmm@lxdmgjb1:~/universalImport ...