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

com.github.ndrlslz.model.ImageSize Maven / Gradle / Ivy

package com.github.ndrlslz.model;

/**
 * Image size
 */
public interface ImageSize {
    String SIZE_1080P = "1080*1776";
    String SIZE_720P = "720*1184";
    String SIZE_480P = "480*728";
    String SIZE_320P = "320*432";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy