Davejkane / riv

Riv - The Rust Image Viewer
MIT License
99 stars 10 forks source link

Support all image formats which SDL2 image supports #96

Open gurgalex opened 5 years ago

gurgalex commented 5 years ago

https://www.libsdl.org/projects/SDL_image/

SDL2 Image supports the following image formats: BMP, GIF, JPEG, LBM, PCX, PNG, PNM, SVG, TGA, TIFF, WEBP, XCF, XPM, XV

Have the file extension filter support all of these.