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

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

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

To: Paul Hemmer
Cc: Tiff List

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.