Skip to content

Commit 0244f0f

Browse files
Update README.md
1 parent c01375f commit 0244f0f

File tree

1 file changed

+31
-30
lines changed

1 file changed

+31
-30
lines changed

README.md

Lines changed: 31 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,37 @@ Image Compressor is completely free to use, so you don't have to spend any money
1818

1919
# Operating modes
2020

21+
## Graphical Interface (User Friendly)
22+
23+
### Installation Guide
24+
#### Windows
25+
Download the latest release executable of Image Compressor from
26+
https://github.com/github/ImageCompressor-AnyFileExtension-Console-GraphicInterface/releases/tag/v1.0.
27+
28+
Double click on the "ImageCompressor.exe" executable file to run Image Compressor.
29+
30+
#### Linux
31+
Download the latest release executable of Image Compressor from
32+
https://github.com/github/ImageCompressor-AnyFileExtension-Console-GraphicInterface/releases/tag/v1.0.
33+
34+
Run it with the following command:
35+
```
36+
sudo ./ImageCompressor
37+
```
38+
39+
### Usage
40+
To use the Image Compressor tool, follow these steps:
41+
1. Run "ImageCompressor.exe" to open the main menu:
42+
43+
![Main menu](image_url)
44+
45+
2. Click on the "Select Folder" button to choose the folder containing the images you want to compress. You can check the currently selected directory at the bottom of the latest dropdown menu:
46+
47+
![Selected path](image_url)
48+
49+
3. After selecting the folder, click on the "Compress" button to begin the compression process.
50+
4. Once the compression is complete, the tool will automatically close after 2 seconds.
51+
2152
## Console (Advanced User)
2253
### Requirements
2354
- Python 3.x
@@ -52,37 +83,7 @@ Suppose you have a folder named `/home/USER/ImageCompressor/test/input` that con
5283
*Note: If the **output folder** doesn't exist, it will be **created without the pwd**.
5384
5485
The script will compress all the images in the `/home/USER/ImageCompressor/test/input` folder and save the compressed images to the `/home/USER/ImageCompressor/test/output` folder, using a quality factor of 30. Once the compression is complete, a message will be displayed indicating that the process is completed.
55-
## Graphical Interface (User Friendly)
56-
57-
### Installation Guide
58-
#### Windows
59-
Download the latest release executable of Image Compressor from
60-
https://github.com/github/ImageCompressor-AnyFileExtension-Console-GraphicInterface/releases/tag/v1.0.
61-
62-
Double click on the "ImageCompressor.exe" executable file to run Image Compressor.
6386
64-
#### Linux
65-
Download the latest release executable of Image Compressor from
66-
https://github.com/github/ImageCompressor-AnyFileExtension-Console-GraphicInterface/releases/tag/v1.0.
67-
68-
Run it with the following command:
69-
```
70-
sudo ./ImageCompressor
71-
```
72-
73-
### Usage
74-
To use the Image Compressor tool, follow these steps:
75-
1. Run "ImageCompressor.exe" to open the main menu:
76-
77-
![Main menu](image_url)
78-
79-
2. Click on the "Select Folder" button to choose the folder containing the images you want to compress. You can check the currently selected directory at the bottom of the latest dropdown menu:
80-
81-
![Selected path](image_url)
82-
83-
3. After selecting the folder, click on the "Compress" button to begin the compression process.
84-
4. Once the compression is complete, the tool will automatically close after 2 seconds.
85-
8687
## Build (Advanced User) [Not necessary]
8788
### Requirements
8889
- Python 3.x

0 commit comments

Comments
 (0)