2019.03.29 19:14 "[Tiff] combining TIFF images, not multi-page", by Paul Hemmer

2019.03.29 20:32 "Re: [Tiff] combining TIFF images, not multi-page", by Daniel McCoy

I think the ImageMagick montage command can do something like that:

https://imagemagick.org/script/montage.php

On Fri, Mar 29, 2019 at 12:41 PM Paul Hemmer <paulhemmer@hotmail.com> wrote:

Hi, thanks for the reply!

Do tiled TIFFs open and display as a single image? Do the tiles all have to be the same size? My images are broken into full-height "columns" of varying widths, that I want to concatenate all together into one image in a low-RAM footprint way.

________________________________
From: Scott Ribe <scott_ribe@killerbytes.com>
Sent: Friday, March 29, 2019 3:35 PM

Subject: Re: [Tiff] combining TIFF images, not multi-page

Sure, you can create a tiled image. Search tags & functions for everything with "tile" in the name...

> On Mar 29, 2019, at 1:14 PM, Paul Hemmer <paulhemmer@hotmail.com> wrote:

Is this possible using LibTIFF? To append pixel data incrementally to an existing file? The goal is that I can create the resulting file without having to allocate enough RAM to hold everything in memory to be written at once.