Jordan Bunke
Jordan Bunke
### Bug description The PIXEL_GRID_ON_BY_DEFAULT setting flag is not persistent. When the program is reloaded, the flag is always set to false. ### Tasks - [ ] Fix - [...
### Description Populate script examples repository with at least five of each type of script ### Tasks - [x] 5 automation scripts - [ ] 5 preview scripts - [x]...
### Description Consider updating program logo again - currently quite flat and not maximizing CTR and engagement. An updated logo should still be low-res and animated and harmonize with the...
### Description Currently, the user can only copy and paste to/from Stipple Effect's internal clipboard. If the user has more recently copied or cut an image/bitmap to the system clipboard,...
### Description Unify the error types into fewer enum entries with more flexible arguments. ### Sub-tasks - [x] Resolve TODOs related to error triggers
### Description Settle on a license and a distribution strategy for Stipple Effect. ### Tasks - [ ] Pricing - [ ] License - [ ] Add license to repo...
Add toggleable x- and y-axis symmetry tool that, when enabled, reflects edits along the moveable mirror plane. Some tools - like _fill_ - are intentionally outside of the scope of...
**Tasks:** - [ ] Investigate performance issues arising from redrawing selection overlays and come up with solutions to improve performance
Adjust layer/frame count limits and the size of the state manager state stack dynamically based on project attributes like canvas dimensions and present layer and frame counts, performance considerations, and...
### Description Use and track threads as fields inside Tool classes. Delegate tasks currently performed directly inside `update(SEContext context, Coord2D mousePosition)` to these threads and kill ongoing threads that are...