From 6e0c39b06565443405fc783b41f872aef83e37ee Mon Sep 17 00:00:00 2001 From: jakub Date: Fri, 18 Apr 2025 14:58:43 +0200 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4e241fb..f61cb19 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Heif2Jpg Converter -## Building the app +### Building the app 1. Download this repository `git clone https://gitea.jakubvanko.sk/jakub/Heif2Jpg.git` @@ -9,4 +9,15 @@ 3. Recreate the environment `conda env create --file environment.yml` -4. To build the app run the `build.bat` \ No newline at end of file +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. +
+
Heif2JpgConverter
+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. \ No newline at end of file