Create Multipage TIFF and GIF
Users are able to combine AnyBitmap
files into multipage TIFF or GIF files using IronDrawing. Users can also use different dimensions for each frame to create these multipage files.
To use this feature, all AnyBitmap
frames need to be loaded using their file paths and stored inside an initialized list of the AnyBitmap
type. A TIFF file can be created from the frames stored by using .CreateMultiFrameTiff(List<AnyBitmap>)
or a GIF file can be created using .CreateMultiFrameGif(List<AnyBitmap>)
.