-
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
Description
I'm trying to take a pict I have and flip it horizontally/vertically, but in the docs the only thing I can find that's even kind of related is the rotate function. It appears there's currently no way to flip a pict without converting it to another format first. What I've ended up doing is converting it to a bitmap, then to a flomap, flipping it, converting it back to a bitmap, and then back to a pict. This process is quite slow and messy.
Could flipping a pict be added to the library? It would be very much appreciated.