Code: Select all
%IM%compare -metric RMSE image_from_version_6.8.9.7.tif image_from_version_6.7.5.10.tif NULL:
0 (0)
%IM%compare -metric AE image_from_version_6.8.9.7.tif image_from_version_6.7.5.10.tif NULL:
0
Code: Select all
%IM%compare -metric RMSE image_from_version_6.8.9.7.tif image_from_version_6.7.5.10.tif NULL:
0 (0)
%IM%compare -metric AE image_from_version_6.8.9.7.tif image_from_version_6.7.5.10.tif NULL:
0
Code: Select all
$ diff image_from_version_6.7.5.10.tif image_from_version_6.8.9.7.tif
Binary files image_from_version_6.7.5.10.tif and image_from_version_6.8.9.7.tif differ
I can't (don't know how?) to access this file. I have logged into drobpox and I still get "no permission, you have to log in" messagesnibgo wrote:from32f_out.tiff:
https://dl-web.dropbox.com/get/from32f_ ... SvULA&dl=1
Drarakel wrote: The default FillOrder, according to the TIFF specs, should always be FillOrder 'Normal' (-endian 'msb' for ImageMagick).
TIFF Tag FillOrder
IFD Image
Code 266 (hex 0x010A)
Name FillOrder
LibTiff name TIFFTAG_FILLORDER
Type SHORT
Count 1
Default 1 (lower column values in higher order bits)
Description
The logical order of bits within a byte.
The specification defines these values:
1 = pixels with lower column values are stored in the higher-order bits of the byte.
2 = pixels with lower column values are stored in the lower-order bits of the byte.
The specification goes on to warn that FillOrder=2 should not be used in some cases to avoid ambigouty, and that support for FillOrder=2 is not required in Baseline TIFF compliant readers.
LibTiff defines these values:
FILLORDER_MSB2LSB = 1;
FILLORDER_LSB2MSB = 2;
In practice, the use of FillOrder=2 is very uncommon, and is not recommended.
dlemstra wrote:Why have applied a patch that will use FILLORDER_MSB2LSB unless specified otherwise with the 'tiff:fill-order' setting. Thank you for reporting this. The fix will be available in ImageMagick 6.8.9-8.