Class PSDCodec


  • public class PSDCodec
    extends ImageCodec
    A codec to read images from Photoshop PSD files. PSD was created by Adobe for their Photoshop image editing software. Note that only a small subset of valid PSD files is supported by this codec. Typical file extension is .psd.
    Author:
    Marco Schmidt
    • Field Detail

      • COLOR_MODE_RGB_TRUECOLOR

        private static final int COLOR_MODE_RGB_TRUECOLOR
        See Also:
        Constant Field Values
      • magic

        private int magic
      • channels

        private int channels
      • height

        private int height
      • width

        private int width
      • depth

        private int depth
      • colorMode

        private int colorMode
      • compression

        private short compression
    • Constructor Detail

      • PSDCodec

        public PSDCodec()