com.alibaba.simpleimage.codec.jpeg
类 MarkerConstants

java.lang.Object
  继承者 com.alibaba.simpleimage.codec.jpeg.MarkerConstants
所有已实现的接口:
CalculateConsts

public final class MarkerConstants
extends Object
implements CalculateConsts


字段摘要
static int ADOBE_IMPOSSIBLE
           
static int ADOBE_UNKNOWN
           
static int ADOBE_YCC
           
static int ADOBE_YCCK
           
static int APP0
          APP0 used by JFIF
static int APP1
           
static int APP10
           
static int APP11
           
static int APP12
           
static int APP13
           
static int APP14
          APP14 used by Adobe
static int APP15
           
static int APP2
          APP2 used by ICC Profile
static int APP3
           
static int APP4
           
static int APP5
           
static int APP6
           
static int APP7
           
static int APP8
           
static int APP9
           
static int COM
          Comment marker
static int DAC
          Define Arithmetic conditioning tables
static int DENSITY_UNIT_ASPECT_RATIO
          The X and Y units simply indicate the aspect ratio of the pixels.
static int DENSITY_UNIT_DOTS_CM
          Pixel density is in pixels per centemeter.
static int DENSITY_UNIT_DOTS_INCH
          Pixel density is in pixels per inch.
static int DHP
          Define Heirarchical progression
static int DHT
          Define Huffman Tables
static int DNL
          Define Number of lines
static int DQT
          Define Quantisation Tables
static int DRI
          Define Restart Interval
static int EOI
          End of Image
static int EXP
          Expand reference image(s)
static int JPG
          Reserved for JPEG extensions
static int NUM_DENSITY_UNIT
          The max known value for DENSITY_UNIT
static int RESTART_RANGE
          Number of restart markers
static int RST0
           
static int RST1
           
static int RST2
           
static int RST3
           
static int RST4
           
static int RST5
           
static int RST6
           
static int RST7
           
static int SOF0
          Baseline DCT
static int SOF1
          Extended Sequential DCT
static int SOF10
          Progressive DCT, Arithmetic coding
static int SOF11
          Lossless Sequential, Arithmetic coding
static int SOF13
          Differential Sequential DCT, Arithmetic coding
static int SOF14
          Differential Progressive DCT, Arithmetic coding
static int SOF15
          Differential Lossless, Arithmetic coding
static int SOF2
          Progressive DCT
static int SOF3
          Lossless Sequential
static int SOF5
          Differential Sequential DCT
static int SOF6
          Differential Progressive DCT
static int SOF7
          Differential Lossless
static int SOF9
          Extended Sequential DCT, Arithmetic coding
static int SOI
          Start of Image
static int SOS
          Start of Scan
static int TEM
          For temporary use in arithmetic coding
 
从接口 com.alibaba.simpleimage.codec.jpeg.CalculateConsts 继承的字段
AAN_SCALES, BLOCK_NATURAL_ORDER, CENTERJSAMPLE, DCTSIZE, DCTSIZE2, DOUBLE_QUANT_HASH, DOUBLE_QUANT_SUMS, ICC_PROFILE_LABEL, MAXJSAMPLE, RANGE_MASK, sampleRangeLimitOffset, sampleRangeLimitTable, SINGLE_QUANT_HASH, SINGLE_QUANT_SUMS
 
构造方法摘要
MarkerConstants()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

TEM

public static final int TEM
For temporary use in arithmetic coding

另请参见:
常量字段值

SOF0

public static final int SOF0
Baseline DCT

另请参见:
常量字段值

SOF1

public static final int SOF1
Extended Sequential DCT

另请参见:
常量字段值

SOF2

public static final int SOF2
Progressive DCT

另请参见:
常量字段值

SOF3

public static final int SOF3
Lossless Sequential

另请参见:
常量字段值

DHT

public static final int DHT
Define Huffman Tables

另请参见:
常量字段值

SOF5

public static final int SOF5
Differential Sequential DCT

另请参见:
常量字段值

SOF6

public static final int SOF6
Differential Progressive DCT

另请参见:
常量字段值

SOF7

public static final int SOF7
Differential Lossless

另请参见:
常量字段值

JPG

public static final int JPG
Reserved for JPEG extensions

另请参见:
常量字段值

SOF9

public static final int SOF9
Extended Sequential DCT, Arithmetic coding

另请参见:
常量字段值

SOF10

public static final int SOF10
Progressive DCT, Arithmetic coding

另请参见:
常量字段值

SOF11

public static final int SOF11
Lossless Sequential, Arithmetic coding

另请参见:
常量字段值

DAC

public static final int DAC
Define Arithmetic conditioning tables

另请参见:
常量字段值

SOF13

public static final int SOF13
Differential Sequential DCT, Arithmetic coding

另请参见:
常量字段值

SOF14

public static final int SOF14
Differential Progressive DCT, Arithmetic coding

另请参见:
常量字段值

SOF15

public static final int SOF15
Differential Lossless, Arithmetic coding

另请参见:
常量字段值

RST0

public static final int RST0
另请参见:
常量字段值

RST1

public static final int RST1
另请参见:
常量字段值

RST2

public static final int RST2
另请参见:
常量字段值

RST3

public static final int RST3
另请参见:
常量字段值

RST4

public static final int RST4
另请参见:
常量字段值

RST5

public static final int RST5
另请参见:
常量字段值

RST6

public static final int RST6
另请参见:
常量字段值

RST7

public static final int RST7
另请参见:
常量字段值

RESTART_RANGE

public static final int RESTART_RANGE
Number of restart markers

另请参见:
常量字段值

SOI

public static final int SOI
Start of Image

另请参见:
常量字段值

EOI

public static final int EOI
End of Image

另请参见:
常量字段值

SOS

public static final int SOS
Start of Scan

另请参见:
常量字段值

DQT

public static final int DQT
Define Quantisation Tables

另请参见:
常量字段值

DNL

public static final int DNL
Define Number of lines

另请参见:
常量字段值

DRI

public static final int DRI
Define Restart Interval

另请参见:
常量字段值

DHP

public static final int DHP
Define Heirarchical progression

另请参见:
常量字段值

EXP

public static final int EXP
Expand reference image(s)

另请参见:
常量字段值

APP0

public static final int APP0
APP0 used by JFIF

另请参见:
常量字段值

APP1

public static final int APP1
另请参见:
常量字段值

APP2

public static final int APP2
APP2 used by ICC Profile

另请参见:
常量字段值

APP3

public static final int APP3
另请参见:
常量字段值

APP4

public static final int APP4
另请参见:
常量字段值

APP5

public static final int APP5
另请参见:
常量字段值

APP6

public static final int APP6
另请参见:
常量字段值

APP7

public static final int APP7
另请参见:
常量字段值

APP8

public static final int APP8
另请参见:
常量字段值

APP9

public static final int APP9
另请参见:
常量字段值

APP10

public static final int APP10
另请参见:
常量字段值

APP11

public static final int APP11
另请参见:
常量字段值

APP12

public static final int APP12
另请参见:
常量字段值

APP13

public static final int APP13
另请参见:
常量字段值

APP14

public static final int APP14
APP14 used by Adobe

另请参见:
常量字段值

APP15

public static final int APP15
另请参见:
常量字段值

COM

public static final int COM
Comment marker

另请参见:
常量字段值

DENSITY_UNIT_ASPECT_RATIO

public static final int DENSITY_UNIT_ASPECT_RATIO
The X and Y units simply indicate the aspect ratio of the pixels.

另请参见:
常量字段值

DENSITY_UNIT_DOTS_INCH

public static final int DENSITY_UNIT_DOTS_INCH
Pixel density is in pixels per inch.

另请参见:
常量字段值

DENSITY_UNIT_DOTS_CM

public static final int DENSITY_UNIT_DOTS_CM
Pixel density is in pixels per centemeter.

另请参见:
常量字段值

NUM_DENSITY_UNIT

public static final int NUM_DENSITY_UNIT
The max known value for DENSITY_UNIT

另请参见:
常量字段值

ADOBE_IMPOSSIBLE

public static final int ADOBE_IMPOSSIBLE
另请参见:
常量字段值

ADOBE_UNKNOWN

public static final int ADOBE_UNKNOWN
另请参见:
常量字段值

ADOBE_YCC

public static final int ADOBE_YCC
另请参见:
常量字段值

ADOBE_YCCK

public static final int ADOBE_YCCK
另请参见:
常量字段值
构造方法详细信息

MarkerConstants

public MarkerConstants()


Copyright © 2012–2015 Alibaba Group. All rights reserved.