Returns a list of image formats that ColdFusion can read on the operating system where ColdFusion is deployed.
A list of image file formats.
ColdFusion 8: Added this function.
GetReadableImageFormats() |
GetWriteableImageFormats, cfimage (for supported image file formats)
Use this function to determine image file compatibility on the ColdFusion server.
<cfoutput>#GetReadableImageFormats()#</cfoutput>
|
Sign in to your account