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

net.dankito.utils.image.ImageOrientation.kt Maven / Gradle / Ivy

The newest version!
package net.dankito.utils.image


enum class ImageOrientation {

    Normal,
    RotatedBy90Deg,
    RotatedBy180Deg,
    RotatedBy270Deg,
    FlippedHorizontally,
    FlippedVertically

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy