Gjsify LogoGjsify Logo

The orientation of an image is defined as the location of it's x,y origin. More than rotation, orientation allows for every variation of rotation, flips, and mirroring to be described in 3 bits of data.

A handy primer to orientation can be found at

Index

Enumeration Members

HFLIP: number

The image is flipped on its horizontal axis

NORMAL: number

The orientation of the image is without any rotation.

ROT_180: number

The image is rotated by 180 degrees

ROT_270: number

The image is rotated 270 degrees clockwise

ROT_90: number

The image is rotated by 90 degrees clockwise

ROT_90_HFLIP: number

The image is rotated by 90 degrees clockwise and flipped on its horizontal axis

ROT_90_VFLIP: number

The image is rotated by 90 degrees clockwise and flipped on its vertical axis

UNSPECIFIED: number

The orientation of the image is unknown

VFLIP: number

The Image is flipped on its vertical axis

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method