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

io.afu.imagehelper.Runner Maven / Gradle / Ivy

Go to download

RffanLAB ImageHelper 用来处理视频,以及做各种配置文件配置增删改查等

The newest version!
package io.afu.imagehelper;

import io.afu.common.exception.BaseException;
import io.afu.imagehelper.client.ImgClient;

public class Runner {
    public static void main(String[] args) throws BaseException {
        ImgClient.build("D:\\demo1.jpg").scale("D:\\demo1small.jpg",800);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy