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
As a pixel art creator, I want to set a custom image as the background in the editor so that I can use it as a guide to recreate or trace images more easily.
Acceptance Criteria
Background Image Setting:
Users can import any image to set as the background within the current editing canvas.
Positioning & Resizing:
The background image can be moved around the canvas.
The background image can be scaled up or down proportionally.
Flipping:
Users can flip the background image horizontally and vertically.
Transparency Adjustment:
Users can adjust the transparency/opacity of the background image to better view and compare their pixel art with the guide image.
Persistence:
The background image settings (position, size, flip state, transparency) persist as long as the user is working on the same project.
Non-Destructive:
The background image is not part of the actual pixel art and does not interfere with the layers or pixel editing.
Additional Notes
Ensure that the feature does not impact performance, especially for large background images.
Provide intuitive controls (e.g., sliders for transparency, drag handles for resizing, and buttons for flipping).
Include the ability to reset the background image to its original state if necessary.
The text was updated successfully, but these errors were encountered:
ChrisWiGit
changed the title
Add Background Image Feature for Pixel Art Editor
PixelEditor: Add Background Image Feature for Pixel Art Editor
Jan 18, 2025
Implemented with 8d99e3b but with some restrictions.
The Pixeleditor will always load the selected image as "full" background image. If you need to edit the background image, do this in forehand.
User Story
As a pixel art creator, I want to set a custom image as the background in the editor so that I can use it as a guide to recreate or trace images more easily.
Acceptance Criteria
Background Image Setting:
Positioning & Resizing:
Flipping:
Transparency Adjustment:
Persistence:
Non-Destructive:
Additional Notes
The text was updated successfully, but these errors were encountered: