Interface PNM


interface PNM
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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_PLAIN
      1 bit per sample, ASCII format, white is zero.
      See Also:
    • PGM_PLAIN

      static final short PGM_PLAIN
      Grayscale up to 16 bits per sample, ASCII format.
      See Also:
    • PPM_PLAIN

      static final short PPM_PLAIN
      Color (RGB) up to 16 bits per sample, ASCII format.
      See Also:
    • PBM

      static final short PBM
      1 bit per sample, RAW format, white is zero.
      See Also:
    • PGM

      static final short PGM
      Grayscale up to 16 bits per sample, RAW format.
      See Also:
    • PPM

      static final short PPM
      Color (RGB) up to 16 bits per sample, RAW format.
      See Also:
    • PAM

      static final short PAM
      PAM 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_1BIT
      Max value for 1 bit rasters (1).
      See Also:
    • MAX_VAL_8BIT

      static final int MAX_VAL_8BIT
      Max value for 8 bit rasters (255).
      See Also:
    • MAX_VAL_16BIT

      static final int MAX_VAL_16BIT
      Max value for 16 bit rasters (65535).
      See Also:
    • MAX_VAL_32BIT

      static final long MAX_VAL_32BIT
      Max value for 32 bit rasters (4294967295). Experimental, not supported by the "spec".
      See Also:
    • XV_THUMBNAIL_MAGIC

      static final int XV_THUMBNAIL_MAGIC
      In order to not confuse PAM ("P7") with xv thumbnails.
      See Also: