diff options
author | Will Andrews <will@FreeBSD.org> | 2000-07-04 05:52:25 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-07-04 05:52:25 +0000 |
commit | 25643a2bd29c0f7e49238bd0c9ff2d35bfb91757 (patch) | |
tree | 181282e879328c09f9416fdcbad3ab83eaf020c0 /graphics/pngcheck/pkg-descr | |
parent | c80661571290241aff332288f8784b262fbbc4fd (diff) | |
download | freebsd-ports-25643a2bd29c0f7e49238bd0c9ff2d35bfb91757.zip |
Add pngcheck, a PNG image integrity checker.
Diffstat (limited to 'graphics/pngcheck/pkg-descr')
-rw-r--r-- | graphics/pngcheck/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/pngcheck/pkg-descr b/graphics/pngcheck/pkg-descr new file mode 100644 index 000000000000..e0752a736f76 --- /dev/null +++ b/graphics/pngcheck/pkg-descr @@ -0,0 +1,10 @@ +pngcheck is the official PNG tester and debugger. Originally +designed simply to test the CRCs within a PNG image file (e.g., +to check for ASCII rather than binary transfer), it has since +been extended to check and optionally print almost all the +information about a PNG image and to verify that it conforms to +the PNG specification. It also includes partial support for MNG animations. + +WWW: http://www.libpng.org/pub/png/apps/pngcheck.html + +- Will <andrews@technologist.com> |