~sircmpwn/pixbuf

Pixel buffers for Hare
simplify 1bpp fill
fix buffer_readpixel for 1bpp
Move tests that depend on test-specific functions into +test

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~sircmpwn/pixbuf
read/write
git@git.sr.ht:~sircmpwn/pixbuf

You can also use your local clone with git send-email.

#pixbuf

The pixbuf module provides support for working with image data as buffers of pixels. Basic operations for creating, reading from or writing to, and copying between buffers is provided, as well as support for pixel format conversions. Additional drawing operations or support for compressed image format loading/saving is provided by separate libraries.

#Installation

#From your distribution

The recommended name for this package is "hare-pixbuf". Look for this, or something similar, in your local package manager. This is the preferred way to install this package.

#System-wide installation

make install

#Vendoring

git subtree -P vendor/hare-pixbuf/ add https://git.sr.ht/~sircmpwn/pixbuf master