dextuploadjk.media.ImageOption
Enum Format
- Minimum version
- 1.0.0
- Minimum environment
- Java 17, Jakarta EE 9+
- Description
-
Indicates the enumeration value received as a parameter when calling the save method of the ImageTool class.
The file formats that can be saved in DEXTUploadJK are jpg, gif, png, and bmp, and are entirely dependent on the ImageIO library.
If the Java platform you are using does not support the four formats above, saving the file may fail or an error may occur.
Constant Description Jpg jpg format Gif gif format Png png format Bmp bmp format