GetWriteableImageFormats()
Returns a list of image formats that Lucee can write on the operating system where Lucee is deployed.
Requires Extension: Image Extension for Jakarta EE (Lucee 7+)
GetWriteableImageFormats( );
Returns: String
This function does not take any arguments.
Examples
edit writeDump(getWriteableImageFormats());
See also
- Image manipulation
- GetReadableImageFormats()
- ImageFormats()
- Search Issue Tracker open_in_new
- Search Lucee Test Cases open_in_new (good for further, detailed examples)