Merge a list of files into a multipage tiff image.
public GdPictureStatus TiffMergeFileList( String FilesList, String FileDest, TiffCompression Compression );
Public Function TiffMergeFileList( ByVal FilesList As String, ByVal FileDest As String, ByVal Compression As TiffCompression ) As GdPictureStatus
|
Parameters |
Description |
|
FilesList |
Input The list of files. Each file must be separated with a comma. |
|
FileDest |
The destination image file path to create. |
|
Compression |
A member of the TiffCompression enumeration. |
A member of the GdPictureStatus enumeration.
Supported formats are RAW, PICT, BMP, DIB, RLE, ICO, EMF, WMF, GIF, ANIMATED GIF, JPEG, JPG, JPE, JFIF, PNG, TIFF, MULTIPAGE TIFF, PNM, PPM, PBM, PGM, PFM, RPPM, RPGM, RPBM, PCX, XPM, XBM, WBMP, TGA, SGI, Sun RAS, PSD, MNG, Kodak PhotoCD files, KOALA files, JP2, J2K, JNG, JBIG, IFF, HDR, Raw Fax G3, EXR, DDS and Dr. Halo files. - If you are using CCITT3 or CCITT4 compression scheme, make sure to have only 1bpp input images (else LZW compression will be used).
Merge file1.jpg, file2.jpg, file3.tif & file4.gif images
m_Stat = TiffMergeFileList("c:imagesfile1.jpg,c:imagesfile2.jpg;c:imagesfile3.tif,c:imagesfile4.gif", "c:imagesoutput.tif", CompressionLZW)|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|