Comment 26 for bug 685105

Revision history for this message
kaefert (kaefert) wrote :

What is the maximum size allowed for tiff images? Are there other output formats possible? (that I can edit with gimp afterwards?)

When calling enblend like this:
enblend --verbose=99 -x --output=output.tif projectname*.tif

I get this output after a minute:

enblend: info: output image size: [(4711, 1044) to (278706, 9570) = (273995x8526)]
enblend: info: loading next image: projectname0000.tif 1/1
enblend: info: assembled images bounding box: [(0, 1707) to (3135, 5788) = (3135x4081)]
enblend: error: Maximum TIFF file size exceeded

enblend: an exception occured
enblend:
Postcondition violation!
exportImage(): Unable to write TIFF data.

enblend: info: remove invalid output image "output.tif"

Or does the -x parameter do something else then I expected it to do?