Page 1 of 1
Save multiple images as one file.
Posted: Wed Jan 15, 2020 1:16 am
by Tortolus
How can I save multiple images into one file using the TIFF Handler or other format handlers?
Re: Save multiple images as one file.
Posted: Wed Jan 15, 2020 6:24 am
by doublemax
This is not supported.
The only exception is wxGIFHandler::SaveAnimation, but this is probably not what you wanted.
https://docs.wxwidgets.org/trunk/classw ... 94c4c88b2b
Re: Save multiple images as one file.
Posted: Wed Jan 15, 2020 7:51 am
by Laurent Berger
Re: Save multiple images as one file.
Posted: Thu Jan 16, 2020 10:23 am
by bertolino
Hi,
I suggest to embed the images with a system call to 7-Zip or another file archiver (7-zip is LGPL).
Pascal