You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #10 the user will be able to walk through the images.
There also must be a toolbar with image editing operations:
Rotate
Brush
Blur
Crop
Text
Each of operations switches image mode from viewing to editing. Each operation has the same logic of cancelling the operation, i.e. leaving the editing mode without applying the operation. We could implement it in this scope:
mark the editing mode when any operation is clicked
remove editing marks when "cancel" button is clicked
Discuss with Sona:
should we display "cancel" button when we activate any of the operations?
should it be possible to hide the toolbar?
The text was updated successfully, but these errors were encountered:
After #10 the user will be able to walk through the images.
There also must be a toolbar with image editing operations:
Each of operations switches image mode from viewing to editing. Each operation has the same logic of cancelling the operation, i.e. leaving the editing mode without applying the operation. We could implement it in this scope:
Discuss with Sona:
The text was updated successfully, but these errors were encountered: