I would like to be able to ask `image` what file extensions it supports _give its current feature flags_. For instance: `println("{:?}", image::extensions());` could print `["jpg", "jpeg", "png"]` if only the `image` and `jpeg` features of `image` is turned on. My specific use case for this functionality is adding file extension filters to a file dialog.