cfdocs

imageFormats

Returns a structure of all supported image formats that can be read (decoder) and written (encoder).

imageFormats()
returns struct

Simple example

Calls the function and dumps the structure of image formats it returns

writeDump(imageFormats());