f1ames/pear_image_iptc

This package provides a mechanism for modifying IPTC header information. The class abstracts the functionality of iptcembed() and iptcparse() in addition to providing methods that properly handle replacing IPTC header fields back into image files.


Keywords
PEAR, image, png, IPTC, jpeg, jpg
License
PHP-3.0

Documentation

A composer friendly fork of https://github.com/pear/Image_IPTC, available on packagist https://packagist.org/packages/f1ames/pear_image_iptc

License: http://www.php.net/license/3_0.txt

Readme

This package is http://pear.php.net/package/Image_IPTC and has been migrated from http://svn.php.net/repository/pear/packages/Image_IPTC

Please report all new issues via the PEAR bug tracker.

If this package is marked as unmaintained and you have fixes, please submit your pull requests and start discussion on the pear-qa mailing list.

To test, run either
$ phpunit tests/
  or
$ pear run-tests -r

To build, simply
$ pear package

To install from scratch
$ pear install package.xml

To upgrade
$ pear upgrade -f package.xml