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(),", "))

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub