psychedelicious
e67ef4aec2
Committing color picker color changes tool to brush
2022-11-27 03:35:49 +13:00
psychedelicious
318426b67a
Changes color picker preview to circles
2022-11-27 03:35:49 +13:00
psychedelicious
9f1c1cf2e6
Adds color picker
2022-11-27 03:35:49 +13:00
psychedelicious
8a16c8a196
Crop to Bounding Box > Save Box Region Only
2022-11-27 03:35:49 +13:00
psychedelicious
896c2532c7
Adds option to crop to bounding box on save
2022-11-27 03:35:49 +13:00
psychedelicious
d27d92325d
Fixes bug where discarding staged images results in loss of history
2022-11-27 03:35:49 +13:00
psychedelicious
7dff8ccd31
Styles buttons for clearing canvas history and mask
2022-11-27 03:35:49 +13:00
psychedelicious
f08c78a043
Minor bugfixes
...
- When doing long-running canvas image exporting actions, display indeterminate progress bar
- Fix staging area image outline not displaying after committing/discarding results
2022-11-27 03:35:49 +13:00
psychedelicious
d4376ed240
Adds hotkey to reset canvas interaction state
...
If the canvas' interaction state (e.g. isMovingBoundingBox, isDrawing, etc) get stuck somehow, user can press Escape to reset the state.
2022-11-27 03:35:49 +13:00
psychedelicious
e7f670a5b6
Fixes stage position changing on zoom
2022-11-27 03:35:49 +13:00
psychedelicious
5fd43fca13
Fixes paste image to upload
2022-11-27 03:35:49 +13:00
psychedelicious
37a356d377
Improves canvas status text and adds option to toggle debug info
2022-11-27 03:35:49 +13:00
psychedelicious
68aebad7ad
Fixes staging area outline
2022-11-27 03:35:49 +13:00
psychedelicious
bc46c46835
Refactors upload-related async thunks
...
- Now standard thunks instead of RTK createAsyncThunk()
- Adds toasts for all canvas upload-related actions
2022-11-27 03:35:49 +13:00
blessedcoolant
d0ceabd372
Fix staging area display toggle not working
2022-11-27 03:35:49 +13:00
blessedcoolant
2bda3d6d2f
Unify Brush and Eraser Sizes
2022-11-27 03:35:49 +13:00
psychedelicious
84f702b6d0
Resets bounding box coords/dims when no image present
2022-11-27 03:35:49 +13:00
psychedelicious
bb70c32ad5
Improves behaviour when setting init canvas image/reset view
2022-11-27 03:35:49 +13:00
psychedelicious
70e67c45dd
Fixes canvas showing spinner on first load
...
Also adds good default canvas scale and positioning when no image is on it
2022-11-27 03:35:49 +13:00
psychedelicious
635e7da05d
Abandons "inpainting" canvas lock
2022-11-27 03:35:49 +13:00
psychedelicious
c0005eb063
Fixes bounding box not being rounded to 64
2022-11-27 03:35:49 +13:00
psychedelicious
ed70fc683c
Fixes reset canvas view when locked
2022-11-27 03:35:49 +13:00
psychedelicious
425d3bc95d
Clips lines drawn while canvas locked
...
When drawing with the locked canvas, if a brush stroke gets too close to the edge of the canvas and its stroke would extend past the edge of the canvas, the edge of that stroke will be seen after unlocking the canvas.
This could cause a problem if you unlock the canvas and now have a bunch of strokes just outside the init image area, which are far back in undo history and you cannot easily erase.
With this change, lines drawn while the canvas is locked get clipped to the initial image bbox, fixing this issue.
Additionally, the merge and save to gallery functions have been updated to respect the initial image bbox so they function how you'd expect.
2022-11-27 03:35:49 +13:00
psychedelicious
432dc704a6
Organises features/canvas
2022-11-27 03:35:49 +13:00
psychedelicious
1d540219fa
Fixes bounding box ending up offscreen
2022-11-27 03:35:49 +13:00
psychedelicious
827f516baf
Organises features/canvas
2022-11-27 03:35:49 +13:00