com.groupdocs.metadata.core

Interfaces

Classes

Enums

Exceptions

com.groupdocs.metadata.core

Class PsdPackage

    • Method Detail

      • getChannelCount

        public final int getChannelCount()

        Gets the number of channels.

        Returns:
        The number of channels.
      • getColorMode

        public final PsdColorMode getColorMode()

        Gets the psd color mode.

        Returns:
        The color mode.
      • getCompression

        public final PsdCompressionMethod getCompression()

        Gets the compression method used for image data.

        Returns:
        The compression method.
      • getPhotoshopVersion

        public final int getPhotoshopVersion()

        Gets the Photoshop version.

        Returns:
        The photoshop version.
      • getHeight

        public final int getHeight()

        Gets the height of the image.

        Returns:
        The height of the image.
      • getWidth

        public final int getWidth()

        Gets PSD width of the image.

        Returns:
        The width of the image.
      • getLayers

        public final PsdLayer[] getLayers()

        Gets the Photoshop layers.

        Returns:
        The Photoshop layers.