From 77df58e5faba54d4df7e83edf60d68a497752698 Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Fri, 14 Jan 2022 13:58:54 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85bd304..4d3fa97 100644 --- a/README.md +++ b/README.md @@ -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.