|
GetWriteableImageFormats
DescriptionReturns
a list of image formats that ColdFusion can write on the operating
system where ColdFusion is deployed.
ReturnsA list
of image file formats.
HistoryColdFusion
8: Added this function.
Function syntaxGetWriteableImageFormats()
UsageUse this
function to determine image file compatibility on the ColdFusion
server.
Example<cfoutput>#GetWriteableImageFormats()#</cfoutput>
|