I want to query a list of all supported image formats (and file extensions) in Mac OS X, so that I can include those file extensions in a Qt "Open Image" dialog. I use CGImage to load the image.
At the moment I use a static list, but I want to dynamically query a list of formats and extensions on the users system.