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
- Image manipulation
- GetReadableImageFormats()
- ImageFormats()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)