Jordan Bunke

Results 24 issues of 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 - [...

bug

### Description Populate script examples repository with at least five of each type of script ### Tasks - [x] 5 automation scripts - [ ] 5 preview scripts - [x]...

documentation
high priority
scripting

### 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...

low priority

### 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,...

feature
high priority
quality of life

### Description Unify the error types into fewer enum entries with more flexible arguments. ### Sub-tasks - [x] Resolve TODOs related to error triggers

scripting

### Description Settle on a license and a distribution strategy for Stipple Effect. ### Tasks - [ ] Pricing - [ ] License - [ ] Add license to repo...

high priority

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...

feature
low priority
tools

**Tasks:** - [ ] Investigate performance issues arising from redrawing selection overlays and come up with solutions to improve performance

high priority
optimization
quality of life

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...

layers
frames
optimization

### 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...

high priority
tools
optimization