All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.digitalcollections.iiif.image.model.api.enums.ImageBitDepth Maven / Gradle / Ivy

package de.digitalcollections.iiif.image.model.api.enums;

/**
 * The bit depth parameter defines the image's colors: color, grayscale or black and white.
 */
public enum ImageBitDepth {

  COLOR,
  GRAYSCALE,
  BITONAL // black and white
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy