Variable ImageFormatConst

ImageFormat: {
    BMP: "bmp";
    JPEG: "jpeg";
    JPG: "jpg";
    PNG: "png";
} = ...

Type declaration

  • Readonly BMP: "bmp"
  • Readonly JPEG: "jpeg"
  • Readonly JPG: "jpg"
  • Readonly PNG: "png"