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

Format

public enum Format

Inheritance

Hashable, String

Enumeration Cases

bmp

Windows Bitmap Format

case bmp

canon

Canon Image File Format (CIFF)

case canon

dot

DOT

case dot

gv

DOT

case gv

xdot

DOT

case xdot

xdot1_2

DOT

case xdot1_2

xdot1_4

DOT

case xdot1_4

cgimage

CGImage bitmap format

case cgimage

cmap

Client-side imagemap (deprecated)

case cmap

eps

Encapsulated PostScript

case eps

exr

OpenEXR

case exr

fig

FIG

case fig

gd

GD

case gd

gd2

GD2

case gd2

gif

GIF

case gif

gtk

GTK canvas

case gtk

ico

Icon Image File Format

case ico

imap

Server-side and client-side imagemaps

case imap

cmapx

Server-side and client-side imagemaps

case cmapx

imap_np

Server-side and client-side imagemaps

case imap_np

cmapx_np

Server-side and client-side imagemaps

case cmapx_np

ismap

Server-side imagemap (deprecated)

case ismap

jp2

JPEG 2000

case jp2

jpg

JPEG

case jpg

jpeg

JPEG

case jpeg

jpe

JPEG

case jpe

json

Dot graph represented in JSON format

case json

json0

Dot graph represented in JSON format

case json0

dot_json

Dot graph represented in JSON format

case dot_json

xdot_json

Dot graph represented in JSON format

case xdot_json

pct

PICT

case pct

pict

PICT

case pict

pdf

Portable Document Format (PDF)

case pdf

pic

Kernighan's PIC graphics language

case pic

plain

Text

case plain

plain_ext

Simple text format

case plain_ext

png

Portable Network Graphics format

case png

pov

POV-Ray markup language (prototype)

case pov

ps

PostScript

case ps

ps2

PostScript for PDF

case ps2

psd

PSD

case psd

sgi

SGI

case sgi

svg

Scalable Vector Graphics

case svg

svgz

Scalable Vector Graphics (Compressed)

case svgz

tga

Truevision TGA

case tga

tif

TIFF (Tag Image File Format)

case tif

tiff

TIFF (Tag Image File Format)

case tiff

tk

TK graphics

case tk

vml

Vector Markup Language (VML)

case vml

vmlz

Vector Markup Language (VML)

case vmlz

vrml

VRML

case vrml

wbmp

Wireless BitMap format

case wbmp

webp

Image format for the Web

case webp

xlib

Xlib canvas

case xlib

x11

Xlib canvas

case x11
Clone this wiki locally