Package esys :: Package pyvisi :: Module constant :: Class ImageFormat
[hide private]
[frames] | no frames]

Class ImageFormat

Constants that define the image formats.

Class Variables [hide private]
  BMP = 'bmp'
Constant representing the BMP image format (.bmp)
  JPG = 'jpg'
Constant representing the JPG image format (.jpg)
  PNG = 'png'
Constant representing the PNG image format (.png)
  PNM = 'pnm'
Constant representing the PNM image format (.pnm)
  PS = 'ps'
Constant representing the PS image format (.ps)
  TIF = 'tif'
Constant representing the TIF image format (.tif)