Interface ImageMagickInfo

Extends the GraphicsMagick ImageInfo interface with optional scene information.

interface ImageMagickInfo {
    Scene?: string[];
}

Hierarchy

  • ImageInfo
    • ImageMagickInfo

Properties

Properties

Scene?: string[]

An optional array of strings representing scene information.