ImageFormat
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Enum
public enum ImageFormat extends Enum<ImageFormat>
Defines a format of the image.
| Field | Description |
|---|---|
| Bmp | Bitmap image. |
| Gif | Graphical Interchange Format. |
| Jpeg | JPEG image. |
| Png | Portable Network Graphic. |
| WebP | WebP Image. |
| Method | Description |
|---|---|
| values() | |
| valueOf(String name) |
public static final ImageFormat Bmp
Bitmap image.
public static final ImageFormat Gif
Graphical Interchange Format.
public static final ImageFormat Jpeg
JPEG image.
public static final ImageFormat Png
Portable Network Graphic.
public static final ImageFormat WebP
WebP Image.
public static ImageFormat[] values()
Returns: com.groupdocs.parser.options.ImageFormat[]
public static ImageFormat valueOf(String name)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| name | java.lang.String |
Returns: ImageFormat
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.