GetWriteableImageFormats()

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

Requires Extension: Image extension

GetWriteableImageFormats( );

Returns: String

This function does not take any arguments.

Examples

writeDump(getWriteableImageFormats());

See also