~sircmpwn/hare-png

PNG implementation for Hare
decoder_bufsiz: Allow PLTE with bit depth 4
Abort on attempt to create chunk reader at invalid position
plte_read: Finish chunk reader properly

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: 77 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