treeform / pixie

Full-featured 2d graphics library for Nim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support other interpolation methods in drawing operations

samdze opened this issue · comments

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.