Class ImageHeaderPICT

java.lang.Object
org.apache.poi.sl.image.ImageHeaderPICT

@Internal public class ImageHeaderPICT extends Object
  • Field Details

    • PICT_HEADER_OFFSET

      public static final int PICT_HEADER_OFFSET
      skip the first 512 bytes - they are MAC specific crap
      See Also:
    • DEFAULT_RESOLUTION

      public static final double DEFAULT_RESOLUTION
      See Also:
  • Constructor Details

    • ImageHeaderPICT

      public ImageHeaderPICT(byte[] data, int off)
  • Method Details