Save multiple images as one file.

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
Tortolus
In need of some credit
In need of some credit
Posts: 1
Joined: Wed Jan 15, 2020 1:11 am

Save multiple images as one file.

Post by Tortolus »

How can I save multiple images into one file using the TIFF Handler or other format handlers?
User avatar
doublemax
Moderator
Moderator
Posts: 19116
Joined: Fri Apr 21, 2006 8:03 pm
Location: $FCE2

Re: Save multiple images as one file.

Post 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
Use the source, Luke!
Laurent Berger
Earned some good credits
Earned some good credits
Posts: 138
Joined: Tue May 20, 2008 1:03 pm

Re: Save multiple images as one file.

Post by Laurent Berger »

L.B.
bertolino
Experienced Solver
Experienced Solver
Posts: 77
Joined: Wed Aug 14, 2013 8:07 am
Location: France
Contact:

Re: Save multiple images as one file.

Post 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
Post Reply