Greetings,
I need to programatically append to a multi-page TIFF or PDF a new image. The problem is that the individual images (that compose the multi-page one) have large resolutions and ImageMagick first loads the entire multi-page image into memory, which takes all the system's memory.
I need to be able to append to a multi-page image without having to load the entire image into memory. Is this possible with ImageMagick? Which C/C++ functions should I use?
Regards, Cosmin