cfdocs

getReadableImageFormats

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

getReadableImageFormats()
returns string

Show all available image file extensions

lCase(listChangeDelims(getReadableImageFormats(),", "))