Unit jcmarker

Classes

Functions

jinit_marker_writer - GLOBAL

Initialize the marker writer module.

Types

JPEG_MARKER

Constants

M_APP0
M_APP1
M_APP10
M_APP11
M_APP12
M_APP13
M_APP14
M_APP15
M_APP2
M_APP3
M_APP4
M_APP5
M_APP6
M_APP7
M_APP8
M_APP9
M_COM
M_DAC
M_DHP
M_DHT
M_DNL
M_DQT
M_DRI
M_EOI
M_ERROR
M_EXP
M_JPG
M_JPG0
M_JPG13
M_RST0
M_RST1
M_RST2
M_RST3
M_RST4
M_RST5
M_RST6
M_RST7
M_SOF0
M_SOF1
M_SOF10
M_SOF11
M_SOF13
M_SOF14
M_SOF15
M_SOF2
M_SOF3
M_SOF5
M_SOF6
M_SOF7
M_SOF9
M_SOI
M_SOS
M_TEM

Variables


Functions


procedure jinit_marker_writer (cinfo : j_compress_ptr);

GLOBAL

Initialize the marker writer module. } {GLOBAL


Types


JPEG_MARKER = Word

Constants

M_APP0 = $e0

M_APP1 = $e1

M_APP10 = $ea

M_APP11 = $eb

M_APP12 = $ec

M_APP13 = $ed

M_APP14 = $ee

M_APP15 = $ef

M_APP2 = $e2

M_APP3 = $e3

M_APP4 = $e4

M_APP5 = $e5

M_APP6 = $e6

M_APP7 = $e7

M_APP8 = $e8

M_APP9 = $e9

M_COM = $fe

M_DAC = $cc

M_DHP = $de

M_DHT = $c4

M_DNL = $dc

M_DQT = $db

M_DRI = $dd

M_EOI = $d9

M_ERROR = $100

M_EXP = $df

M_JPG = $c8

M_JPG0 = $f0

M_JPG13 = $fd

M_RST0 = $d0

M_RST1 = $d1

M_RST2 = $d2

M_RST3 = $d3

M_RST4 = $d4

M_RST5 = $d5

M_RST6 = $d6

M_RST7 = $d7

M_SOF0 = $c0

JPEG marker codes

M_SOF1 = $c1

M_SOF10 = $ca

M_SOF11 = $cb

M_SOF13 = $cd

M_SOF14 = $ce

M_SOF15 = $cf

M_SOF2 = $c2

M_SOF3 = $c3

M_SOF5 = $c5

M_SOF6 = $c6

M_SOF7 = $c7

M_SOF9 = $c9

M_SOI = $d8

M_SOS = $da

M_TEM = $01


Variables