From 1a0d8362888c18d2f38a7a9dc4bbd49ff84ca6b7 Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Fri, 14 Jan 2022 13:58:05 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd8291f..97fbe74 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # ImageConverter A Python based Image converter supporting a bunch of image formats. ### Supported Formats: -.bmp, .dds, .dib, .eps, .gif, .icns, .ico, .im, .jpeg, .jpeg 2000, .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. ### Requirments Python needs to be isntalled for this program to work. -Tkinter doesn't work when .py converted to .exe for some reason - this script uses Tkinter as the graphics library# +Tkinter doesn't work when .py converted to .exe for some reason - this script uses Tkinter as the graphics library I recommend creating a shortcut that executes the command automatically and pin it to Start or Taskbar (navigate to StartMenu folder, right click, new > shortcut, command:`C:\Windows\System32\cmd.exe /k python [File location]/ImageConverter_v1.1.py && exit`