Module: PDF::Writer::Graphics::ImageInfo::Formats

Defined in:
lib/pdf/writer/graphics/imageinfo.rb

Overview

Image Format Constants

Constant Summary collapse

OTHER =
"OTHER"
GIF =

CompuServe GIF87a and GIF89a images.

"GIF"
PNG =

Portable Network Graphics, PNG

"PNG"
JPEG =

JPEG

"JPEG"
BMP =

Windows or OS/2 Bitmaps

"BMP"
PPM =

PPM is like PBM, PGM, & XV

"PPM"
PBM =
"PBM"
PGM =
"PGM"
TIFF =

XV = “XV” # Not supported

"TIFF"
XBM =

TIFF formats

"XBM"
XPM =

X Bitmap

"XPM"
PSD =

X Pixmap

"PSD"
PCX =

PhotoShop

"PCX"
SWF =

PCX Bitmap

"SWF"