Appends a new frame from file to the end of an editable multiframe gif image.
public GdPictureStatus GifAppendFrameFromFile( int ImageID, String FilePath );
Public Function GifAppendFrameFromFile( ByVal ImageID As Integer, ByVal FilePath As String ) As GdPictureStatus
|
Parameters |
Description |
|
ImageID |
GdPicture Image Identifier. The editable multiframe gif image in which the frame will be added. |
|
FilePath |
The path of the image to append within the editable multiframe gif image. |
A member of the GdPictureStatus enumeration.
This function can only be used with an editable multiframe gif image.
To check if an image is an editable multiframe gif image you can use the GifIsEditableMultiFrame() function.
To save modifications brought to the multiframe gif image you need to use the GifSaveMultiFrameToFile() function.
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.
|
What do you think about this topic? Send feedback!
|
|
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.
|