GetReadableImageFormats()

Returns a list of image formats that Lucee can read on the operating system where Lucee is deployed.

Requires Extension: Image extension

GetReadableImageFormats( );

Returns: String

This function does not take any arguments.

Examples

writeDump(getReadableImageFormats());

See also