Skip to content

Commit 3be71dc

Browse files
Update README.md
1 parent cb5ed7e commit 3be71dc

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,8 @@ Image manipulation programs like Photoshop include various filters or transforma
2020
## System Architecture and Design
2121

2222
[![System Architecture](http://i64.tinypic.com/2a6ngog.jpg "System Architecture")](http://i64.tinypic.com/2a6ngog.jpg "System Architecture")
23-
24-
25-
26-
2723
## Structure of the code
24+
2825
[![Structure Of the Code](http://i66.tinypic.com/2cdzvd3.jpg "Structure Of the Code")](http://i66.tinypic.com/2cdzvd3.jpg "Structure Of the Code")
2926
#### Modules Names:
3027
- MainClass
@@ -48,7 +45,7 @@ Once program runs, MainClass is fired and in this point we have only 2 options:
4845
- Apply Filter
4946
- Crop Image
5047

51-
If Exit then program terminates, if Back then MainClass will be fired to select another image, if Save then a save window appears to save the image after editing, Undo is to reset the current editing of the image, Redo is to reset what Undo have been done, Apply Filter fires FiltersClass to apply the filter that have been chosen from the Filter Combo Box to the image then ToolsClass is fired again to redraw the image with the filter, Crop Image fires ToolsClass to crop the image after firing ToolClass to draw the shape that have been chosen from the Tool Combo Box with the coordinates specified by a mouse drag then ToolsClass if fired again to redraw the cropped image.¬¬
48+
If Exit then program terminates, if Back then MainClass will be fired to select another image, if Save then a save window appears to save the image after editing, Undo is to reset the current editing of the image, Redo is to reset what Undo have been done, Apply Filter fires FiltersClass to apply the filter that have been chosen from the Filter Combo Box to the image then ToolsClass is fired again to redraw the image with the filter, Crop Image fires ToolsClass to crop the image after firing ToolClass to draw the shape that have been chosen from the Tool Combo Box with the coordinates specified by a mouse drag then ToolsClass if fired again to redraw the cropped image.
5249

5350
## User Interface
5451

0 commit comments

Comments
 (0)