~sircmpwn/hare-png

PNG implementation for Hare
.build.yml: drop custom alpine repo, add tests
README.md: a couple more test vectors pass
Fix build issues on -test

refs

master
browse  log 

clone

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

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

#hare-png

This package provides an implementation of the Portable Network Graphics (PNG) image format.

#Status

  • Decoding: 80 of 161 PNG test vectors pass
  • Encoding: Not started
  • Optional chunks: Not started

#Dependencies

#Installation

#From your distribution

The recommended name for this package is "hare-png". 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-png/ add https://git.sr.ht/~sircmpwn/hare-png master