New LIZARDPAINT beta release
Added 2022-02-09 18:26:17 +0000 UTCHello there!
You'll find latest build enclosed. It includes stamps as well as WIP for lines.
Stamps are being handled by a simple Python script which takes all BMP in a folder as input in order to generate code for LIZARDPAINT. It looks like this:

I improved performance again, tweaked a few things here and there to improve user experience (tools have been slightly redrawn, a few sneaky bugs busted [e.g. first line and last row of the canvas were not considered by the eye dropper]).
Undo function still isn't available, as I am facing a dilemma. An easy solution would be to reduce canvas size, which I don't want to... But doing so would also allow to constantly display colour palettes on top of the screen. This may still be the most pragmatic and user friendly option.