openrndr-draw
/
org.openrndr.draw
/
ImageFileFormat
common
Image
File
Format
enum
ImageFileFormat
:
Enum
<
ImageFileFormat
>
Content copied to clipboard
File format used while saving to file
Entries
Types
Properties
Entries
EXR
Link copied to clipboard
common
EXR
("image/x-exr", listOf("exr"))
Content copied to clipboard
DDS
Link copied to clipboard
common
DDS
("image/vnd.ms-dds", listOf("dds"))
Content copied to clipboard
PNG
Link copied to clipboard
common
PNG
("image/png", listOf("png"))
Content copied to clipboard
JPG
Link copied to clipboard
common
JPG
("image/jpeg", listOf("jpg", "jpeg"))
Content copied to clipboard
Types
Companion
Link copied to clipboard
common
object
Companion
Content copied to clipboard
Properties
extensions
Link copied to clipboard
common
val
extensions
:
List
<
String
>
Content copied to clipboard
mimeType
Link copied to clipboard
common
val
mimeType
:
String
Content copied to clipboard
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
common
val
ordinal
:
Int
Content copied to clipboard