ImageFormats()
return all available readers and writers
Requires Extension: Image extension
ImageFormats( detailed=boolean );
Returns: Struct
Argument | Description |
---|---|
detailed
boolean,
optional
|
Give more details on format, which coder does supply them. |
Examples
writeDump(imageFormats());
See also
- Image manipulation
- GetReadableImageFormats()
- GetWriteableImageFormats()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)