uomcs/php-png

This package is abandoned and no longer maintained. No replacement package was suggested.

Library for manipulating PNG files in PHP

dev-master 2015-03-20 11:27 UTC

This package is not auto-updated.

Last update: 2021-03-31 08:18:38 UTC


README

Library for manipulating PNG files in PHP.

Implementation is taken from the PNG specification:

http://www.libpng.org/pub/png/spec/iso/index-object.html

This library was primarily created to support the UoMCS Open Badges implementation, so the functionality available is geared towards that purpose. However, the library has been designed with the intention that it can be used and extended in other projects.