Interface PNM
interface PNM
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Max value for 16 bit rasters (65535).static final int
Max value for 1 bit rasters (1).static final long
Max value for 32 bit rasters (4294967295).static final int
Max value for 8 bit rasters (255).static final short
PAM format, may contain data in same formats as the above, has extended header.static final short
1 bit per sample, RAW format, white is zero.static final short
1 bit per sample, ASCII format, white is zero.static final short
static final short
static final short
Grayscale up to 16 bits per sample, RAW format.static final short
Grayscale up to 16 bits per sample, ASCII format.static final short
Color (RGB) up to 16 bits per sample, RAW format.static final short
Color (RGB) up to 16 bits per sample, ASCII format.static final int
In order to not confuse PAM ("P7") with xv thumbnails.
-
Field Details
-
PBM_PLAIN
static final short PBM_PLAIN1 bit per sample, ASCII format, white is zero.- See Also:
-
PGM_PLAIN
static final short PGM_PLAINGrayscale up to 16 bits per sample, ASCII format.- See Also:
-
PPM_PLAIN
static final short PPM_PLAINColor (RGB) up to 16 bits per sample, ASCII format.- See Also:
-
PBM
static final short PBM1 bit per sample, RAW format, white is zero.- See Also:
-
PGM
static final short PGMGrayscale up to 16 bits per sample, RAW format.- See Also:
-
PPM
static final short PPMColor (RGB) up to 16 bits per sample, RAW format.- See Also:
-
PAM
static final short PAMPAM format, may contain data in same formats as the above, has extended header. Always 1-16 bits per sample, RAW format.- See Also:
-
PFM_RGB
static final short PFM_RGB- See Also:
-
PFM_GRAY
static final short PFM_GRAY- See Also:
-
MAX_VAL_1BIT
static final int MAX_VAL_1BITMax value for 1 bit rasters (1).- See Also:
-
MAX_VAL_8BIT
static final int MAX_VAL_8BITMax value for 8 bit rasters (255).- See Also:
-
MAX_VAL_16BIT
static final int MAX_VAL_16BITMax value for 16 bit rasters (65535).- See Also:
-
MAX_VAL_32BIT
static final long MAX_VAL_32BITMax value for 32 bit rasters (4294967295). Experimental, not supported by the "spec".- See Also:
-
XV_THUMBNAIL_MAGIC
static final int XV_THUMBNAIL_MAGICIn order to not confuse PAM ("P7") with xv thumbnails.- See Also:
-