Commit Graph

68 Commits

Author SHA1 Message Date
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
Kim André Bjørkede
1e535938b4 Update CONTRIBUTING.MD to include UML updating 2025-10-27 10:52:03 +01:00
Kim André Bjørkede
a85142c1cb Fix return signature for getImage 2025-10-27 10:50:41 +01:00
Kim André Bjørkede
53c577d591 Remove unecessary comments
This is really ugly when working with Git
2025-10-27 10:50:21 +01:00
Kim André Bjørkede
c393947296 Fix direct access to private member 2025-10-27 10:49:57 +01:00
Kim André Bjørkede
c642945176 Update UML class diagram 2025-10-27 10:49:39 +01:00
vb
b417803472 removing test message 2025-10-25 23:32:37 +02:00
vb
2e5bda4531 adding area selection 2025-10-25 22:17:47 +02:00
Kim André Bjørkede
17d0b4b8c0 Add CONTRIBUTING.md 2025-10-23 11:58:40 +02:00
Kim André Bjørkede
cfadd5245a Update PyCharm run configuration and move project over to Git LFS 2025-10-23 11:27:55 +02:00
viljarb0
b1f9d0d8c1 Update README.md 2025-10-20 22:03:16 +02:00
Kim André Bjørkede
018507091e Merge branch '1st' 1st_release 2025-10-20 21:49:37 +02:00
viljarb0
6453106dc0 Add setup instructions to README
Added setup instructions for Python virtual environment.
2025-10-20 18:12:40 +02:00
viljarb0
5b885a8aba Merge pull request #6 from UiA-IKT213-Gruppe4/viljar
Viljar
2025-10-20 16:52:26 +02:00
vb
3002411a69 modified: src/GUI.py 2025-10-20 16:21:22 +02:00
vb
642021516d modified: src/GUI.py 2025-10-20 15:45:21 +02:00
viljarb0
25ef345e99 Merge pull request #5 from UiA-IKT213-Gruppe4/viljar
Viljar
2025-10-20 15:12:34 +02:00
vb
2e168f408e transferring functionalities from main.py to src 2025-10-20 14:37:49 +02:00
vb
8f8f4b11ce adding opencv to requirements.txt 2025-10-20 14:36:34 +02:00
viljarb0
48b88adf6d Merge pull request #4 from UiA-IKT213-Gruppe4/Refactor_and_add_documentation
[WIP] Refactor and add documentation
2025-10-20 13:05:50 +02:00
Kim André Bjørkede
8f1ae488eb Add CropImage child of ImageManipulation 2025-10-11 20:48:28 +02:00