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