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
writeDump(getReadableImageFormats());
See also
- Image manipulation
- GetWriteableImageFormats()
- ImageFormats()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)