The following features are implemented when loading and saving GIF files:
File Comments
You can get and set comments in GIF files using the RasterCodecs.ReadComment and RasterCodecs.WriteComment methods. In these methods, only the RasterCommentMetadataType.Description type of comment is supported.
In a multipage file, these methods reference the last comment encountered before the page specified by the CodecsLoadOptions class
Interlaced Files
With an interlaced file, a paint-while-load operation displays the full size of the image as quickly as possible, and then fills in the missing rows. For an example of the paint-while-load code, refer to the RasterCodecs.Compress method.
To save a GIF file as an interlaced file, use the CodecsSaveOptions class to set the Interlaced property before saving the file.
Embedded Text If plain text is embedded in a GIF file, LEADTOOLS rasterizes the text when loading the file, making the text part of the image.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document