micheldebree / retropixels

A cross platform tool to convert images to c64 format.
MIT License
108 stars 5 forks source link

User can move the cropping window #58

Open micheldebree opened 3 years ago

micheldebree commented 3 years ago

When the image is cropped, allow the user to freely move the cropping window over the picture. This should also be easy to do with pixel-perfect resolution, to try and minimize artifacts in parts of the picture.

For example, dragging in the input window with the mouse, and/or moving pixel-by-pixel with cursor keys.

N.B. Do this after #63