23 lines
933 B
Markdown
23 lines
933 B
Markdown
# Heif2Jpg Converter
|
|
|
|
### Building the app
|
|
|
|
1. Download this repository
|
|
`git clone https://gitea.jakubvanko.sk/jakub/Heif2Jpg.git`
|
|
|
|
2. Install miniconda `curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Windows-x86_64.exe --output .\Downloads\Miniconda3-latest-Windows-x86_64.exe`
|
|
|
|
3. Recreate the environment `conda env create --file environment.yml`
|
|
|
|
4. To build the app run the `build.bat`
|
|
|
|
### Downloading the app
|
|
Visit the [Release](https://gitea.jakubvanko.sk/jakub/Heif2Jpg/releases) page for downloading the latest version.
|
|
|
|
### Using the app
|
|
The application has a very simple UI. There are three self-explanatory buttons.
|
|
<br>
|
|
<br><img src="/attachments/1c6366a3-fbbb-4187-987a-bf7a9710c552" alt="Heif2JpgConverter" width="40%"><br>
|
|
1. Select the input folder with the HEIF/HEIC images.
|
|
2. Select the output folder where the JPG files should be written.
|
|
3. Press the Convert button to start the conversion process. |