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
I was trying to manipulate pixel art images to implement a version of the RotSprite algorithm but seems like pixie doesn't support choosing which interpolation method to use when drawing scaled/rotated images.
To properly implement an algorithm like RotSprite I need to use the nearest-neighbour method.
The text was updated successfully, but these errors were encountered:
I was trying to manipulate pixel art images to implement a version of the RotSprite algorithm but seems like pixie doesn't support choosing which interpolation method to use when drawing scaled/rotated images.
To properly implement an algorithm like RotSprite I need to use the nearest-neighbour method.
The text was updated successfully, but these errors were encountered: