You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
Untested and undocumentented.
Current status: Minimum width only supported and only supported for import.
Colour designation: argb(100, 0, 255, 0)
Goal: Support for minimum/maximum width/height.
Minimum colour: argb(100, 0, 255, 0)
Maximum colour: argb(100, 255, 255, 0)
As well as offset (left/top) support, with colour: argb(100, 0, 255, 255)
Justification could be encoded on the bottom left pixel:
Alpha xor:ed by 0x80 to toggle: Pony.Balloon.LEFT
Red xor:ed by 0x80 to toggle: Pony.Balloon.RIGHT
(LEFT | RIGHT = CENTRE)
Green xor:ed by 0x80 to toggle: Pony.Balloon.TOP
Bluee xor:ed by 0x80 to toggle: Pony.Balloon.BOTTOM
(TOP | BOTTOM → MIDDLE)
Idea from: https://github.com/jaseg/pixelterm
$balloon20,5$ should be possible to encode as a 20×10 rectangle.
This makes it easy to draw even the balloon in the GIMP.
The text was updated successfully, but these errors were encountered: