Bitmap manipulation functions #124
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
haku should have the possibility to work with bitmap images and paint them onto the wall. For starters, I think we should have the following functions:
capture
takes a picture of the wall. You give it a rectangle to capture, it returns an image containing the contents of that rectangle.paint
paints and image onto the wall. You can select a source rectangle on the image if you'd like.Things I'm not so sure about: