Constants that define the image formats.
|
|
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)
|