diff options
author | tnn <tnn@pkgsrc.org> | 2007-06-05 22:07:25 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-06-05 22:07:25 +0000 |
commit | 874f6337e0ae434ba8e0f2637d4eba7e1b95217f (patch) | |
tree | 4f86b88f5691ccc60c107607ba30dd61cd78b72e /graphics/jpeg/PLIST | |
parent | 1d855a4f19832ee3334596e7452199177d2ddd16 (diff) | |
download | pkgsrc-874f6337e0ae434ba8e0f2637d4eba7e1b95217f.tar.gz |
Adopt some new features from www.jpegclub.org that have already been
adopted by many Linux distributions as well as FreeBSD ports:
o jpegtran: add "-perfect" switch:
Fail if there are non-transformable edge blocks.
o jpegtran: add "-crop" switch:
Crop to a rectangular subarea.
o jpegtran: correct EXIF handling.
o jpegexiforient: Get and set the Exif Orientation Tag.
o exifautotran: Transforms Exif files so that Orientation becomes 1.
Suggested by dzoe on #NetBSD IRCNet.
Diffstat (limited to 'graphics/jpeg/PLIST')
-rw-r--r-- | graphics/jpeg/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/jpeg/PLIST b/graphics/jpeg/PLIST index d3b2f87733a..1db1fd52167 100644 --- a/graphics/jpeg/PLIST +++ b/graphics/jpeg/PLIST @@ -1,6 +1,8 @@ -@comment $NetBSD: PLIST,v 1.5 2004/10/30 01:02:43 wiz Exp $ +@comment $NetBSD: PLIST,v 1.6 2007/06/05 22:07:25 tnn Exp $ bin/cjpeg bin/djpeg +bin/exifautotran +bin/jpegexiforient bin/jpegtran bin/rdjpgcom bin/wrjpgcom |