Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.
mattt edited this page Mar 30, 2020 · 10 revisions

Format

public enum Format

Inheritance

Hashable, String

Enumeration Cases

jp2

JPEG 2000

case jp2

tk

TK graphics

case tk

fig

FIG

case fig

pct

PICT

case pct

jpg

JPEG

case jpg

pdf

Portable Document Format (PDF)

case pdf

ps2

PostScript for PDF

case ps2

psd

PSD

case psd

gv

DOT

case gv

tga

Truevision TGA

case tga

plain

Text

case plain

jpeg

JPEG

case jpeg

xlib

Xlib canvas

case xlib

dot

DOT

case dot

gd

GD

case gd

vrml

VRML

case vrml

tiff

TIFF (Tag Image File Format)

case tiff

xdot_json

Dot graph represented in JSON format

case xdot_json

vml

Vector Markup Language (VML)

case vml

ico

Icon Image File Format

case ico

bmp

Windows Bitmap Format

case bmp

sgi

SGI

case sgi

dot_json

Dot graph represented in JSON format

case dot_json

svgz

Scalable Vector Graphics (Compressed)

case svgz

svg

Scalable Vector Graphics

case svg

exr

OpenEXR

case exr

cmapx

Server-side and client-side imagemaps

case cmapx

imap

Server-side and client-side imagemaps

case imap

cgimage

CGImage bitmap format

case cgimage

eps

Encapsulated PostScript

case eps

gtk

GTK canvas

case gtk

pict

PICT

case pict

ismap

Server-side imagemap (deprecated)

case ismap

xdot1_4

DOT

case xdot1_4

vmlz

Vector Markup Language (VML)

case vmlz

xdot1_2

DOT

case xdot1_2

cmap

Client-side imagemap (deprecated)

case cmap

json

Dot graph represented in JSON format

case json

ps

PostScript

case ps

plain_ext

Simple text format

case plain_ext

xdot

DOT

case xdot

canon

Canon Image File Format (CIFF)

case canon

pov

POV-Ray markup language (prototype)

case pov

gd2

GD2

case gd2

png

Portable Network Graphics format

case png

pic

Kernighan's PIC graphics language

case pic

gif

GIF

case gif

webp

Image format for the Web

case webp

x11

Xlib canvas

case x11

json0

Dot graph represented in JSON format

case json0

cmapx_np

Server-side and client-side imagemaps

case cmapx_np

wbmp

Wireless BitMap format

case wbmp

tif

TIFF (Tag Image File Format)

case tif

jpe

JPEG

case jpe

imap_np

Server-side and client-side imagemaps

case imap_np
Clone this wiki locally