BMP to multi-page TIFF file conversion

Hellow everybody, just i want to convert BMP files to multi-page TIFF file,

/** this is convert BMP to single page TIFF file***
CImage image;
image.load(_T("file.bmp"));
image.Save(_T("file.tiff"),ImageFormatTIFF);
***********/

can you share your thoughts ..

how can i convert BMP files into MultiPage TIFF file?

regards
vmthiru
Last edited on
Topic archived. No new replies allowed.