Update README.md

This commit is contained in:
Jonas_Jones 2022-01-14 13:58:54 +01:00 committed by GitHub
parent b6bb1c07f4
commit 77df58e5fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,8 @@
A Python based Image converter supporting a bunch of image formats.
### Supported Formats:
`.bmp`, `.dds`, `.dib`, `.eps`, `.gif`, `.icns`, `.ico`, `.im`, `.msp`, `.pcx`, `.png`, `.ppm`, `.sgi`, `.spider`, `.tga`, `.tiff`, `.webp`, `.xbm`, `.palm`, `.pdf`, `.xv`
Note that many more file formats such as ``.jpg` and `.jpeg` can be read by the program but not converted into.
Note that many more file formats such as `.jpg` and `.jpeg` can be read by the program but not converted into.
### Requirments
Python needs to be isntalled for this program to work.