Interface IImageMetadata

All Superinterfaces:
Serializable
All Known Implementing Classes:
ImageMetadata, InvalidImageMetadata

public interface IImageMetadata extends Serializable
  • Method Details

    • getWidth

      float getWidth()
    • getHeight

      float getHeight()
    • getNumberOfColorComponents

      int getNumberOfColorComponents()
    • getNumberOfBands

      int getNumberOfBands()
    • getColorSpaceType

      int getColorSpaceType()
    • getDataType

      int getDataType()
    • getTransparency

      int getTransparency()
    • isIndexed

      boolean isIndexed()
    • getColors

      default List<Color> getColors()