Skip to content

Commit c11bb60

Browse files
authored
Update README.md
1 parent 42a4796 commit c11bb60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ImageAlchemy
22
ImageAlchemy - A PyQT5-based image processing application offering a variety of techniques implemented from scratch without external libraries.
33

4-
![App UI](https://github.com/Computer-Vision-Spring-2024/Task-2/blob/main/README_resources/App_UI.png)
4+
![App UI](README_resources/App_UI.png)
55

66

77
## Table of Contents:
@@ -34,7 +34,7 @@ ImageAlchemy is a comprehensive image processing application developed using PyQ
3434
<p> Upon applying multiple effects to an image, you can arrange the effects into a chain to get a cumulative pipeline that offers you the following: </p>
3535

3636
- :heavy_check_mark: Visualise each effect on its own.
37-
- :heavy_check_mark: Delete a specific effect, whether you are in the mode of accumulation or not. In case of that mode, the outputs of other effects of the chain will be recalculated.
37+
- :heavy_check_mark: Delete a specific effect, whether you are in the mode of accumulation or not. If you are in this mode, the outputs of other effects of the chain will be recalculated.
3838
- :heavy_check_mark: Change the order of the effects to get a new cumulative output.
3939

4040
:white_check_mark: **Digital Image Processing Techniques**
@@ -66,7 +66,7 @@ ImageAlchemy is a comprehensive image processing application developed using PyQ
6666

6767
## UI Structure
6868

69-
![App Flow](https://github.com/Computer-Vision-Spring-2024/Task-2/blob/main/README_resources/App_Flow.png)
69+
![App Flow](README_resources/App_Flow.png)
7070

7171
The provided image serves as a guide to understanding the various sections of our app's interface. Below, we'll delve into each section's functionality and elucidate how users can navigate and utilize the app effectively.
7272

0 commit comments

Comments
 (0)