GraphicsFormats Xojo plugin

RawGIFFrame Class (console safe)

A class that represents a single frame in Gif animation, containing the RawBitmap and the delay of the frame.

Object
   RawGIFFrame

class RawGIFFrame

Constructors

RawGIFFrame (console safe) Private constructor. You obtain instance of this class from functions on the RawGIFImporter class.

Properties

Bitmap (console safe) Returns the RawBitmap for the frame.
Comment (console safe) Returns comment for the frame if it has comment.
Delay (console safe) Returns delay for the frame in milliseconds.
IsAnimated (console safe) Returns true if the frame is marked as animated.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS