com.twelvemonkeys.imageio.metadata.jpeg
Interface JPEG


public interface JPEG

JPEG

Version:
$Id: JPEG.java,v 1.0 11.02.11 15.51 haraldk Exp$
Author:
Harald Kuhr, last modified by $Author: haraldk$

Field Summary
static int APP0
           
static int APP1
           
static int APP10
           
static int APP11
           
static int APP12
           
static int APP13
           
static int APP14
           
static int APP15
           
static int APP2
           
static int APP3
           
static int APP4
           
static int APP5
           
static int APP6
           
static int APP7
           
static int APP8
           
static int APP9
           
static int DHT
          Define Huffman Tables segment marker (DHT).
static int DQT
          Define Quantization Tables segment marker (DQT).
static int EOI
          End of Image segment marker (EOI).
static int LSE
           
static int SOF0
           
static int SOF1
           
static int SOF10
           
static int SOF11
           
static int SOF13
           
static int SOF14
           
static int SOF15
           
static int SOF2
           
static int SOF3
           
static int SOF5
           
static int SOF55
           
static int SOF6
           
static int SOF7
           
static int SOF9
           
static int SOI
          Start of Image segment marker (SOI).
static int SOS
          Start of Scan segment marker (SOS).
 

Field Detail

SOI

static final int SOI
Start of Image segment marker (SOI).

See Also:
Constant Field Values

EOI

static final int EOI
End of Image segment marker (EOI).

See Also:
Constant Field Values

SOS

static final int SOS
Start of Scan segment marker (SOS).

See Also:
Constant Field Values

DQT

static final int DQT
Define Quantization Tables segment marker (DQT).

See Also:
Constant Field Values

DHT

static final int DHT
Define Huffman Tables segment marker (DHT).

See Also:
Constant Field Values

APP0

static final int APP0
See Also:
Constant Field Values

APP1

static final int APP1
See Also:
Constant Field Values

APP2

static final int APP2
See Also:
Constant Field Values

APP3

static final int APP3
See Also:
Constant Field Values

APP4

static final int APP4
See Also:
Constant Field Values

APP5

static final int APP5
See Also:
Constant Field Values

APP6

static final int APP6
See Also:
Constant Field Values

APP7

static final int APP7
See Also:
Constant Field Values

APP8

static final int APP8
See Also:
Constant Field Values

APP9

static final int APP9
See Also:
Constant Field Values

APP10

static final int APP10
See Also:
Constant Field Values

APP11

static final int APP11
See Also:
Constant Field Values

APP12

static final int APP12
See Also:
Constant Field Values

APP13

static final int APP13
See Also:
Constant Field Values

APP14

static final int APP14
See Also:
Constant Field Values

APP15

static final int APP15
See Also:
Constant Field Values

SOF0

static final int SOF0
See Also:
Constant Field Values

SOF1

static final int SOF1
See Also:
Constant Field Values

SOF2

static final int SOF2
See Also:
Constant Field Values

SOF3

static final int SOF3
See Also:
Constant Field Values

SOF5

static final int SOF5
See Also:
Constant Field Values

SOF6

static final int SOF6
See Also:
Constant Field Values

SOF7

static final int SOF7
See Also:
Constant Field Values

SOF9

static final int SOF9
See Also:
Constant Field Values

SOF10

static final int SOF10
See Also:
Constant Field Values

SOF11

static final int SOF11
See Also:
Constant Field Values

SOF13

static final int SOF13
See Also:
Constant Field Values

SOF14

static final int SOF14
See Also:
Constant Field Values

SOF15

static final int SOF15
See Also:
Constant Field Values

SOF55

static final int SOF55
See Also:
Constant Field Values

LSE

static final int LSE
See Also:
Constant Field Values


Copyright © 2015. All Rights Reserved.