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

RawGIFFramePrivate constructor. You obtain instance of this class from functions on the RawGIFImporter class.

Properties

BitmapReturns the RawBitmap for the frame.
CommentReturns comment for the frame if it has comment.
DelayReturns delay for the frame in milliseconds.
IsAnimatedReturns 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