933 B
933 B
Heif2Jpg Converter
Building the app
-
Download this repository
git clone https://gitea.jakubvanko.sk/jakub/Heif2Jpg.git -
Install miniconda
curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output .\Downloads\Miniconda3-latest-Windows-x86_64.exe -
Recreate the environment
conda env create --file environment.yml -
To build the app run the
build.bat
Downloading the app
Visit the Release page for downloading the latest version.
Using the app
The application has a very simple UI. There are three self-explanatory buttons.
- Select the input folder with the HEIF/HEIC images.
- Select the output folder where the JPG files should be written.
- Press the Convert button to start the conversion process.