getWriteableImageFormats
Description
Returns a list of image formats that ColdFusion can write on the operating system where ColdFusion is deployed.
Categories
Related
History
ColdFusion
8: Added this function.
Syntax
GetWriteableImageFormats()
Returns
A list
of image file formats.
Usage
Use this function to determine image file compatibility on the ColdFusion server.
Example
<cfoutput>#GetWriteableImageFormats()#</cfoutput>