Module PDF::Writer::Graphics::ImageInfo::Formats
In: lib/pdf/writer/graphics/imageinfo.rb

Image Format Constants

Constants

OTHER = "OTHER"
GIF = "GIF"
PNG = "PNG"
JPEG = "JPEG"
BMP = "BMP"
PPM = "PPM"
PBM = "PBM"
PGM = "PGM"
TIFF = "TIFF"   XV = "XV" # Not supported
XBM = "XBM"
XPM = "XPM"
PSD = "PSD"
PCX = "PCX"
SWF = "SWF"

[Validate]