mirror of
https://github.com/JonasunderscoreJones/ImageConverter.git
synced 2025-10-23 06:59:19 +02:00
21 lines
1.1 KiB
Markdown
21 lines
1.1 KiB
Markdown
# 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
|
|
|
|
### 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#
|
|
|
|
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`
|
|
|
|
##### Required Python libraries
|
|
- PIL (install with `pip install pillow`)
|
|
- sys (install with `pip install sys`)
|
|
- os (install with `pip install os`)
|
|
- tkinter (install with `pip install tk`)
|
|
|
|
**Usually sys and os come already preinstalled along with the python installation**
|
|
|
|
### Demonstration
|
|

|