public class ImageProcessor extends Object
| Type Params | Return Type | Name and description |
|---|---|---|
|
public ImageProcessor |
compress(double quality) |
|
public static ImageProcessor |
fromBase64(String imageBase64) |
|
public static ImageProcessor |
fromFile(File sourceFile) |
|
public ImageProcessor |
reset() |
|
public ImageProcessor |
scale(double scale) |
|
public String |
toBase64(String format) |
|
public File |
toFile(File output) |
|
public File |
toFile(File output, String format) |
|
public ImageProcessor |
toJPEG() |
|
public String |
toJPEGBase64() |
|
public String |
toPNGBase64() |