Packages

 

com.aspose.psd.fileformats.tiff.enums

Class TiffPlanarConfigs

  • java.lang.Object
    • com.aspose.ms.System.ValueType
      • com.aspose.ms.System.Enum
        • com.aspose.psd.fileformats.tiff.enums.TiffPlanarConfigs


  • public final class TiffPlanarConfigs
    extends com.aspose.ms.System.Enum

    Storage organization.<br></br> Possible values for PLANARCONFIG tag.

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int Contiguous
      Single image plane.
      static int Separate
      Separate planes of data.