Re: Large multi-tiff files

Fred Weinhaus <[email protected]> Thu, 10 Nov 2011 09:21:10 -0800
Newsgroups gmane.comp.video.image-magick.user
Message-ID <p06240801cae1b7f1ea27@[192.168.1.2]>
Unless there is something odd about you tiff files, this should work fine

convert rose: rose.tiff
convert rose.tiff rose.tiff rose2.tiff
identify rose2.tiff
rose2.tiff[0] TIFF 70x46 70x46+0+0 8-bit DirectClass 19.9KB 0.000u 0:00.000
rose2.tiff[1] TIFF 70x46 70x46+0+0 8-bit DirectClass 19.9KB 0.000u 0:00.019

result shows two frames/layers


>The file format is tiff. I don't think two single-page tiff files can be
>just concatenated to have a two-page tiff file. Am I wrong?