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

FlaNium.WinAPI.enums.ImageFormat Maven / Gradle / Ivy

The newest version!
package FlaNium.WinAPI.enums;

public enum ImageFormat {
    BMP,
    EMF,
    WMF,
    GIF,
    JPEG,
    PNG,
    TIFF,
    EXIF,
    ICON;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy