diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-18 14:53:47 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-03-18 14:53:47 +0000 |
commit | 7a318b355a4c52d62ee6070475839a2eb7bb9d98 (patch) | |
tree | a9079928dc93bc9bc303b756fc34276b012bfc80 /graphics/jpeg-mmx/files/patch-transupp.h | |
parent | - Remove dead WWW (diff) |
- Patches from
http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=106060 ,
http://sylvana.net/jpegcrop/exifpatch.html
Which add EXIF support to jpegtran (lossless JPEG transforms) and to
rdjpgcom to add reporting of EXIF orientation in verbose mode.
- Tools from http://sylvana.net/jpegcrop/exif_orientation.html
which allow automatic JPEG orientation using the EXIF tag from the camera.
(I think it should be done with DISTFILES rather than with PATCH_SITES,
though).
Roman Shterenzon
(some cleanup done)
Diffstat (limited to 'graphics/jpeg-mmx/files/patch-transupp.h')
-rw-r--r-- | graphics/jpeg-mmx/files/patch-transupp.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/jpeg-mmx/files/patch-transupp.h b/graphics/jpeg-mmx/files/patch-transupp.h new file mode 100644 index 000000000000..f295b2803445 --- /dev/null +++ b/graphics/jpeg-mmx/files/patch-transupp.h @@ -0,0 +1,12 @@ +--- transupp.h.exif 1997-07-24 04:39:12.000000000 +0200 ++++ transupp.h 2003-09-25 01:05:12.000000000 +0200 +@@ -121,7 +121,8 @@ + typedef enum { + JCOPYOPT_NONE, /* copy no optional markers */ + JCOPYOPT_COMMENTS, /* copy only comment (COM) markers */ +- JCOPYOPT_ALL /* copy all optional markers */ ++ JCOPYOPT_ALL, /* copy all optional markers */ ++ JCOPYOPT_EXIF /* copy Exif APP1 marker */ + } JCOPY_OPTION; + + #define JCOPYOPT_DEFAULT JCOPYOPT_COMMENTS /* recommended default */ |