From f1cc6d73cc0dc9f5be9d59724b3fbbe4b7b9f675 Mon Sep 17 00:00:00 2001 From: viljarb0 <156418063+viljarb0@users.noreply.github.com> Date: Sat, 11 Oct 2025 15:38:01 +0200 Subject: [PATCH] Update README.md --- README.md | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7be8553..32ca216 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,66 @@ # ikt213_project -noob branch +## requirements +opencv2 +pillow +numpy + +## run +python main.py + +## menu items +* file + - new + - open + - save + - save as + - properties + - quit + +* clipboard + - copy + - paste + - cut + +* image + - Select --> rectangular selection + - free-form selection (Lasso) + - Polygon selection; Crop + - Resize + - Rotate --> rotate right 90 degrees + - Rotate Left 90 degrees + - Flip vertical + - Flip horizontal; + +* tools + - Zoom (Zoom In - Zoom Out) + - Erase + - Color Picker + - Paint brushes (with different textures/patterns) + - Text box + - Filters --> Gaussian filter + - Sobel filter + - Binary filter; Histogram thresholding + +* shapes + - List of Shapes + - Outline color + - Fill color + +* colors + - Colors menu with the following options: Color pallet + - Size of brush + +* layer + - New Layer + - Load layer + - Edit layer + - Select layer + - Delete layer + - Rename layer + +* filters + - (locate face and add features) + + +