Class TiffDataFormat

java.lang.Object
com.drew.imaging.tiff.TiffDataFormat

@Deprecated(since="2024-11-20") public class TiffDataFormat extends Object
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
An enumeration of data formats used by the TIFF specification.
  • Field Details

  • Method Details

    • fromTiffFormatCode

      public static TiffDataFormat fromTiffFormatCode(int tiffFormatCode)
      Deprecated.
    • getComponentSizeBytes

      public int getComponentSizeBytes()
      Deprecated.
    • getTiffFormatCode

      public int getTiffFormatCode()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object