Pyramidal TIFF as a large image canvas

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
jan001
Posts: 1
Joined: 2011-10-19T05:37:12-07:00
Authentication code: 8675308

Pyramidal TIFF as a large image canvas

Post by jan001 »

Hi,
my panorama stitching application can compose images up to 600 Gpix large. Image parts are pasted to a virtual canvas during processing. Image parts can be later updated and pasted again. I have a proprietary implementation of the canvas.

I'm wondering if ImageMagick's implementation of pyramidal TIFF could serve as the large image container, allowing partial updates. The pyramidal TIFF should be the primary image storage, not just a one-time export.

Does ImageMagick provide such interface to pyramidal TIFF ?

Regards,
Jan
Post Reply