This is a Streamlit app that converts HEIC image files to JPG format.
- Select one or more HEIC files to convert.
- Click the "Convert Images HEIC to JPG" button.
- The converted JPG files will be saved in the "converted_images" folder.
- Python 3
- streamlit
- pillow
- pillow_heif
To run the app, execute the following command in the terminal:
1- streamlit run filepath.py
If you would be success, this screen should be visible like this:
2- Select a folder, after select a file/files.
3- After 2. step, you will see Convert Images HEIC to JPG
button.
4- After 3. step, when job will be finished, you will see All Jobs are Done!
text.
5- After 4. step, your files will be converted as .jpg type in your documents/converted_images.