Search found 1 match

by andrea.parenti
2011-11-14T09:31:22-07:00
Forum: MagickWand
Topic: Large multi-tiff files
Replies: 1
Views: 13590

Large multi-tiff files

Dear magick-users,

I have a question about writing multi-page tiff files using the MagickWand interface. My understanding is that I have to:

- initialize everything ie (MagickWandGenesis(), wand=NewMagickWand())
- add the images to the wand: MagickConstituteImage(wand, ...)
- write the file ...