名前 | 解説 | |
---|---|---|
GetLocalPalette | Returns a palette with sorted opaque colors in 32-bit ARGB format retrieved from the Local Color Table. | |
ReadAsIndexed8bppBitmap | Gets the frame image as a Indexed8bppBitmap. | |
ToGcBitmap | オーバーロードされます。 Gets the frame image as a GcBitmap.
Many GIF files use frames with transparent pixels where the previous frame is partly visible. If you read multiple GIF frames you can improve the performance dramatically by reading frames into the same GcBitmap and passing index of the previous frame in the additional contentFrameIndex parameter. | |
ToImage | Creates an GrapeCity.Documents.Drawing.Image object for the frame. |