piskelapp / piskel

A simple web-based tool for Spriting and Pixel art.
http://piskelapp.com
Apache License 2.0
10.91k stars 764 forks source link

Feature: Flip selection #273

Open neight-bit opened 9 years ago

neight-bit commented 9 years ago

Hey, A neat feature to have would be the ability to flip the selection along x or y (or both) axis. This would be handy for rapidly producing similar objects.

Alternatively, you could implement a mirror mode, where any tool's (pen, eraser, circle... even paste) output is flipped depending on which axis is turned on. This would also free up a toolbar space by making the mirror pen obsolete.

juliandescottes commented 9 years ago

Thanks for the suggestion.

We could reuse the current flip tool on the right. If the user marked an area with the selection tool, then flip should only impact this area. (will only work ok with rectangular selection, might need to rework the selection before implementing this).

ultracodez commented 7 months ago

Any update?