getReadableImageFormats

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

getReadableImageFormats() → returns string

Examples
Sample code invoking the getReadableImageFormats function

LCase(ListChangeDelims(getReadableImageFormats(),", "))

Fork me on GitHub