ERR outputting TIFF to JPG on fd:1 in script mode IM7
Posted: 2014-09-27T02:21:00-07:00
Good morning,
Executing the following:
Running:
Produces the following error:
Running the same command with -write to a normal file does not produce the error. Output should be around 10kb, works find when input is JPG or PSD.
Windows 8.1 x64 Q16 standard build options - source from about a week ago.
Executing the following:
Code: Select all
magick.exe -script -
Code: Select all
-read "test.tif"[0]
Code: Select all
-format "jpeg" -define jpeg:dct-method=float -format "jpeg" -resize "196x196^" -gravity "center" -crop "196x196+0+0" +repage -quality 80 -strip -write fd:1
Code: Select all
II* TIFFAppendToStrip: Maximum TIFF file size exceeded.
magick.exe: Maximum TIFF file size exceeded. `TIFFAppendToStrip' @ error/tiff.c/TIFFErrors/560.
magick.exe: Error flushing data before directory write. `TIFFWriteDirectorySec' @ error/tiff.c/TIFFErrors/560.
Windows 8.1 x64 Q16 standard build options - source from about a week ago.