h:\temp and the directory I am running the command in has 1 TB free.
Code: Select all
convert -verbose -monitor -define tiff:rows-per-strip=1 -define registry:temporary-path=h:\temp -size 111394x111394 gradient:red-blue -compress zip h:\huge\huge.tiff
Code: Select all
gradient:red-blue=>red-blue GRADIENT 111394x111394 111394x111394+0+0 16-bit sRGB 3324.038u 515:01.471
gradient:red-blue=>h:\huge\huge.tiff GRADIENT 111394x111394 111394x111394+0+0 16-bit sRGB 306B 0.047u 0:01.909
convert.exe: No space for output buffer. `TIFFWriteBufferSetup' @ error/tiff.c/TIFFErrors/563.
(I have also tried without the "-define tiff:rows-per-strip=1", with the same result.)