-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
81c94e8
commit d2a693d
Showing
1 changed file
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
# Image-Converter | ||
Change image file types to jpg to png or vice versa | ||
|
||
-Converts png to jpg | ||
-Converts jpg to png | ||
-Converts jpg to Pdf | ||
|
||
Open the exe and select the option from jpg_to_png or png_to_jpg | ||
|
||
To-do | ||
* Add an option to remove a background in a png | ||
* optimize code | ||
* new GUI | ||
- Add an option to remove a background in a png | ||
- optimize code | ||
- new GUI |