Packages

 

com.aspose.psd.fileformats.psd.resources

Class IccProfileResource



  • public final class IccProfileResource
    extends ResourceBlock

    Represents the ICC profile resource.

    • Constructor Detail

      • IccProfileResource

        public IccProfileResource()

        Initializes a new instance of the IccProfileResource class.

    • Method Detail

      • getIccProfile

        public final byte[] getIccProfile()

        Gets or sets the ICC profile.

        Value: The ICC profile.
      • setIccProfile

        public final void setIccProfile(byte[] value)

        Gets or sets the ICC profile.

        Value: The ICC profile.
      • getDataSize

        public int getDataSize()

        Gets the resource data size in bytes.

        Value: The resource data size.
        Specified by:
        getDataSize in class ResourceBlock
      • getMinimalVersion

        public int getMinimalVersion()

        Gets the minimal required PSD version.

        Value: The minimal PSD version.
        Specified by:
        getMinimalVersion in class ResourceBlock