CADI.Common.LogicalTarget.JPEG2000.Codestream
Interface JPCMarkers

All Known Implementing Classes:
JPCMainHeaderEncoder

public interface JPCMarkers

This interfaces defines the marker values of the JPEG2000 codestream.

Further information, see ISO/IEC 15444-1 (Annex A.2)

Version:
1.0 2008/04/18
Author:
Group on Interactive Coding of Images (GICI)

Field Summary
static short COC
          Coding style component
static short COD
          Coding style default
static short COM
          Comment (COM)
static short CRG
          Component registration (CRG)
static short EOC
          End of codestream
static short EPH
          End of packet header
static short PLM
          Packet length, main header
static short PLT
          Packet length, tile-part header
static short POC
          Progression order change
static short PPM
          Packed packet headers, main header
static short PPT
          Packed packet headers, tile-part header
static short QCC
          Quantization component
static short QCD
          Quantization default
static short RGN
          Region-of-interest
static short SIZ
          Image and tile size
static short SOC
          Start of codestream
static short SOD
          Start of data
static short SOP
          Start pf packet
static short SOT
          Start of tile-part
static short TLM
          Tile-part lengths
 

Field Detail

SOC

static final short SOC
Start of codestream

See Also:
Constant Field Values

SOT

static final short SOT
Start of tile-part

See Also:
Constant Field Values

SOD

static final short SOD
Start of data

See Also:
Constant Field Values

EOC

static final short EOC
End of codestream

See Also:
Constant Field Values

SIZ

static final short SIZ
Image and tile size

See Also:
Constant Field Values

COD

static final short COD
Coding style default

See Also:
Constant Field Values

COC

static final short COC
Coding style component

See Also:
Constant Field Values

RGN

static final short RGN
Region-of-interest

See Also:
Constant Field Values

QCD

static final short QCD
Quantization default

See Also:
Constant Field Values

QCC

static final short QCC
Quantization component

See Also:
Constant Field Values

POC

static final short POC
Progression order change

See Also:
Constant Field Values

TLM

static final short TLM
Tile-part lengths

See Also:
Constant Field Values

PLM

static final short PLM
Packet length, main header

See Also:
Constant Field Values

PLT

static final short PLT
Packet length, tile-part header

See Also:
Constant Field Values

PPM

static final short PPM
Packed packet headers, main header

See Also:
Constant Field Values

PPT

static final short PPT
Packed packet headers, tile-part header

See Also:
Constant Field Values

SOP

static final short SOP
Start pf packet

See Also:
Constant Field Values

EPH

static final short EPH
End of packet header

See Also:
Constant Field Values

CRG

static final short CRG
Component registration (CRG)

See Also:
Constant Field Values

COM

static final short COM
Comment (COM)

See Also:
Constant Field Values


CADI - Copyright (C) 2007
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

Group on Interactive Coding of Images (GICI) (contact)