88 Commits

Author SHA1 Message Date
Viljar Bergstøl
4e7f6c91f6 modified: README.md 2nd-release 2025-11-09 22:16:31 +01:00
vb
dea327e07a modified: src/utils/area_selection.py 2025-11-09 21:26:07 +01:00
vb
650186cc2b modified: src/GUI.py 2025-11-09 20:04:01 +01:00
vb
efd0856187 adding pywin32 module to requirements, for windows clipboard access 2025-11-09 19:44:04 +01:00
viljarb0
3484478fdc Merge pull request #17 from UiA-IKT213-Gruppe4/feature/shapes
removing useless options from selection right-click menu; removing te…
2025-11-09 19:35:16 +01:00
vb
3b686966aa removing useless options from selection right-click menu; removing test menu; putting options in their correct menus; adding options for shapes menu 2025-11-09 19:23:22 +01:00
vb
5233b4ebe1 adding inverse selection for area selection 2025-11-09 16:07:32 +01:00
Kim André Bjørkede
dc9806c896 Merge branch 'magic' 2025-11-08 12:39:38 +01:00
Kim André Bjørkede
b973907326 Merge branch 'main-merge-test' 2025-11-08 12:35:36 +01:00
Kim André Bjørkede
dac45749c5 Update to Git LFS 2025-11-08 12:35:02 +01:00
Ali Hussain Zaki Al-Tamimy
2bb8a30f97 added magic files 2025-11-08 11:42:10 +01:00
Kim André Bjørkede
844bd1643e Fix repo after someone fucked up all the binary files 2025-11-08 11:37:03 +01:00
viljarb0
f0229f2aff Merge pull request #14 from UiA-IKT213-Gruppe4/implementing_menus
Implementing menu requirements, excluding shapes/list-of-shapes and shapes/outline-colors
2025-11-08 10:58:00 +01:00
vb
f9c9321907 cleaning 2025-11-08 10:56:54 +01:00
viljarb0
b314c9887c Merge pull request #13 from UiA-IKT213-Gruppe4/tools-menu
Completing tools menu  and parts of shapes menu
2025-11-08 10:25:37 +01:00
vb
3429561abf adding fill color functionality; a fill button in shapes menu; and a fill button on the brush settings canvas 2025-11-08 10:24:47 +01:00
vb
3ecf6636f4 adding erase functionality; adding brush shape option on the brush settings canvas 2025-11-07 17:24:53 +01:00
viljarb0
644c0eea1d Merge pull request #12 from UiA-IKT213-Gruppe4/image-menu
adding pre-existing flip/rotation functionalities to the image menu, …
2025-11-07 16:15:58 +01:00
vb
193bf9b5b4 adding pre-existing flip/rotation functionalities to the image menu, and setting fixed options for vertical/horizontal flip and left/right 90 degree rotation 2025-11-07 16:09:13 +01:00
vb
eccc129189 updating readme 2025-11-07 15:26:59 +01:00
vb
c91e04c19f adding copy, paste, and cut functionalities to the clipboard menu 2025-11-07 15:24:14 +01:00
vb
e6599a1cd7 adding copy image from canvas; adding paste image to canvas 2025-11-07 14:51:01 +01:00
vb
eaa6b6f4d7 fixing crop and resize bug 2025-11-07 13:37:30 +01:00
vb
0a83e847ca waaa 2025-11-07 13:24:30 +01:00
vb
5aba41a4f9 adding requirements for image menu; integrating area selection with crop and resize functionalities 2025-11-06 16:10:48 +01:00
vb
db4fc94385 adding requirements for file menu; improving brush color palette. 2025-11-06 15:43:24 +01:00
vb
bedcc40596 adding requirement list to readme 2025-11-06 14:25:27 +01:00
vb
8a25fb8201 readme update 2025-11-06 10:08:13 +01:00
viljarb0
cc8e1fc836 Merge pull request #11 from UiA-IKT213-Gruppe4/main-merge-test
Main merge test
2025-11-06 10:07:00 +01:00
viljarb0
ebf691e910 Merge pull request #10 from UiA-IKT213-Gruppe4/guifix
Guifix
2025-11-06 10:03:52 +01:00
vb
34c0f313a2 readme update 2025-11-06 10:01:22 +01:00
vb
3916513cfd moving area selection, text input, and brush functionalities out of GUI.py and into their own files in the utils directory 2025-11-06 09:44:34 +01:00
vb
fd7d3bb537 add text functionality 2025-11-05 21:44:51 +01:00
vb
b2c109c97a adding empty menus 2025-11-05 20:57:27 +01:00
vb
b251adb4f9 removing test images 2025-11-05 19:34:19 +01:00
vb
61673ad041 hotkey for quit, save image, and open image 2025-11-05 19:32:10 +01:00
vb
009a3b6568 adding hotkeys 2025-11-05 19:25:36 +01:00
vb
63529b1e3c fixing cropping coordinates 2025-11-05 18:37:32 +01:00
vb
f34bf706fb adding brush functionality and a new canvas for the brush settings 2025-11-05 17:09:49 +01:00
vb
27cdbaa071 removing corrupt images 2025-11-03 21:54:10 +01:00
vb
b219fa72a5 adding a new icon and lena.png; adding openCamera() method manually to src/GUI.py after merge 2025-11-03 21:50:14 +01:00
viljarb0
1c5eeef8ad Merge pull request #9 from UiA-IKT213-Gruppe4/area-selection
Area selection
2025-11-03 21:20:08 +01:00
viljarb0
d7f42be97c Merge branch 'main' into area-selection 2025-11-03 21:19:59 +01:00
Moira Daniella sebastian
70e7d20ec2 Merge pull request #8 from UiA-IKT213-Gruppe4/feature/snapchatfilters
Feature/snapchatfilters
2025-11-03 20:13:10 +01:00
Moira Daniella sebastian
fce0641992 Merge pull request #7 from UiA-IKT213-Gruppe4/main
Snapchat filters
2025-11-03 20:12:08 +01:00
Viljar Bergstøl
9aee76e7fe adding redo and area selection 2025-11-03 16:51:55 +01:00
Moira Daniella sebastian
e29adebd4e snapchat filter test 2025-11-03 16:33:54 +01:00
Viljar Bergstøl
80fa44a836 adding redo functionality 2025-11-03 16:03:44 +01:00
Kim André Bjørkede
e0b75b5796 Update signature of manipulateImage to return an ImageContainer 2025-10-27 10:59:19 +01:00
Kim André Bjørkede
60cd4e5636 Add sequence diagram 2025-10-27 10:59:01 +01:00