Unit jdmarker_del
Description
This item has no description.
Overview
Classes, Interfaces, Objects and Records
Functions and Procedures
Types
Constants
Variables
Description
Functions and Procedures
function jpeg_resync_to_restart(cinfo : j_decompress_ptr; desired : int) : boolean; |
|
This item has no description. |
procedure jinit_marker_reader(cinfo : j_decompress_ptr); |
|
This item has no description. |
procedure jpeg_save_markers(cinfo : j_decompress_ptr; marker_code : int; length_limit : uint); |
|
This item has no description. |
Types
JPEG_MARKER = uint; |
|
This item has no description. |
Constants
M_SOF0 = $c0; |
|
This item has no description. |
M_SOF1 = $c1; |
|
This item has no description. |
M_SOF2 = $c2; |
|
This item has no description. |
M_SOF3 = $c3; |
|
This item has no description. |
M_SOF5 = $c5; |
|
This item has no description. |
M_SOF6 = $c6; |
|
This item has no description. |
M_SOF7 = $c7; |
|
This item has no description. |
M_JPG = $c8; |
|
This item has no description. |
M_SOF9 = $c9; |
|
This item has no description. |
M_SOF10 = $ca; |
|
This item has no description. |
M_SOF11 = $cb; |
|
This item has no description. |
M_SOF13 = $cd; |
|
This item has no description. |
M_SOF14 = $ce; |
|
This item has no description. |
M_SOF15 = $cf; |
|
This item has no description. |
M_DHT = $c4; |
|
This item has no description. |
M_DAC = $cc; |
|
This item has no description. |
M_RST0 = $d0; |
|
This item has no description. |
M_RST1 = $d1; |
|
This item has no description. |
M_RST2 = $d2; |
|
This item has no description. |
M_RST3 = $d3; |
|
This item has no description. |
M_RST4 = $d4; |
|
This item has no description. |
M_RST5 = $d5; |
|
This item has no description. |
M_RST6 = $d6; |
|
This item has no description. |
M_RST7 = $d7; |
|
This item has no description. |
M_SOI = $d8; |
|
This item has no description. |
M_EOI = $d9; |
|
This item has no description. |
M_SOS = $da; |
|
This item has no description. |
M_DQT = $db; |
|
This item has no description. |
M_DNL = $dc; |
|
This item has no description. |
M_DRI = $dd; |
|
This item has no description. |
M_DHP = $de; |
|
This item has no description. |
M_EXP = $df; |
|
This item has no description. |
M_APP0 = $e0; |
|
This item has no description. |
M_APP1 = $e1; |
|
This item has no description. |
M_APP2 = $e2; |
|
This item has no description. |
M_APP3 = $e3; |
|
This item has no description. |
M_APP4 = $e4; |
|
This item has no description. |
M_APP5 = $e5; |
|
This item has no description. |
M_APP6 = $e6; |
|
This item has no description. |
M_APP7 = $e7; |
|
This item has no description. |
M_APP8 = $e8; |
|
This item has no description. |
M_APP9 = $e9; |
|
This item has no description. |
M_APP10 = $ea; |
|
This item has no description. |
M_APP11 = $eb; |
|
This item has no description. |
M_APP12 = $ec; |
|
This item has no description. |
M_APP13 = $ed; |
|
This item has no description. |
M_APP14 = $ee; |
|
This item has no description. |
M_APP15 = $ef; |
|
This item has no description. |
M_JPG0 = $f0; |
|
This item has no description. |
M_JPG13 = $fd; |
|
This item has no description. |
M_COM = $fe; |
|
This item has no description. |
M_TEM = $01; |
|
This item has no description. |
M_ERROR = $100; |
|
This item has no description. |
Variables
Generated by PasDoc 0.17.0.snapshot.