Update README.md

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

View file

@ -2,7 +2,7 @@
A Python based Image converter supporting a bunch of image formats. A Python based Image converter supporting a bunch of image formats.
### Supported Formats: ### Supported Formats:
`.bmp`, `.dds`, `.dib`, `.eps`, `.gif`, `.icns`, `.ico`, `.im`, `.msp`, `.pcx`, `.png`, `.ppm`, `.sgi`, `.spider`, `.tga`, `.tiff`, `.webp`, `.xbm`, `.palm`, `.pdf`, `.xv` `.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 ### Requirments
Python needs to be isntalled for this program to work. Python needs to be isntalled for this program to work.