User Guide Cancel

GetReadableImageFormats

 

Description

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

Returns

A list of image file formats.

Category

System functions

History

ColdFusion 8: Added this function.

Function syntax

GetReadableImageFormats()

See also

GetWriteableImageFormatscfimage (for supported image file formats)

Usage

Use this function to determine image file compatibility on the ColdFusion server.

Example

<cfoutput>#GetReadableImageFormats()#</cfoutput>

 

Get help faster and easier

New user?