enykwest
enykwest
Suggested Squashed Commit Message: Added RotateNearestNeighbor Tool with Full Angle Support - Implemented RotateNearestNeighbor tool to rotate sprites at any angle using nearest neighbor interpolation. - Added support for setting...
Hi @juliandescottes, Sorry to bother you. This is my first PR so I am not entirely sure how to proceed and saw you were an active contributor. I submitted this...
@Enzodtz I'm glad you commented. I was unaware of this thread, but I have an active pull request to add this feature: https://github.com/piskelapp/piskel/pull/1162 My solution is very similar to what...
> [@Enzodtz](https://github.com/Enzodtz) I'm glad you commented. I was unaware of this thread, but I have an active pull request to add this feature: [#1162](https://github.com/piskelapp/piskel/pull/1162) > > My solution is very...
BLUF: I think implementing macros is a better solution. However I have no idea how hard this would be. This feels like two issues. 1. Layer duplication. 2. Independent layer...
Duplicate rotation issues: #1162 #1076 #394 @adnanlah I developed and submitted a pull request for rotation using a nearest neighbor algorithm a while ago (#1162 ) that has yet to...