It would be (super) nice to add support for JPEG-XR file. For instance: $ wget -O test.jxr http://phpied.com/files/jpeg-xr/sunset-paint.wdp $ eog test.jxr -> "Could not load image 'test.jxr'" -> "Unrecognized image file format" The library to handle JPEG-XR file is called jxrlib: https://packages.qa.debian.org/j/jxrlib.html
There needs to be a gdk-pixbuf loader for eog to submit an image format. (This applies to other GNOME-ish apps or to allowing an image to be used as the GNOME background.) This isn't something that eog is going to implement directly. jxrlib may need to provide this loader itself similar to what jpeg-xl does. Thank you, Jeremy Bícha