Skip to content

this program is program that convert all jpg files in a folder to png files and save them in another folder

Notifications You must be signed in to change notification settings

caw083/jpg_folder_to_png_converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

JPEG to PNG converter

this program is program that convert all jpg files in a folder to png files and save them in another folder

how to use this progam jpg to png converter

to use this program you need to install python3 and pillow

How to use this Program

1. clone this project
    git clone

2. install python3
    linux:
    sudo apt-get install python3
    sudo fedora install python3

    windows:
    https://www.python.org/downloads/windows/

    mac:
    https://www.python.org/downloads/mac-osx/


3. install pillow
    pip install pillow

4. run the project
    open terminal or command prompt

    write one of this command depend on your os  

    python3 jpeg_to_png_converter.py <input_folder> <output_folder>

    python jpeg_to_png_converter.py <input_folder> <output_folder>

    intrepeter-located/shorthand  file-converter-located <input_folder> <output_folder>


About

this program is program that convert all jpg files in a folder to png files and save them in another folder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages