Commit Graph

5470 Commits

Author SHA1 Message Date
vog
ef30654ef2 Improved coding style in EpsImage 2011-06-28 00:38:08 +00:00
vog
3434496d0d improved coding style of EPS test driver 2011-06-28 00:38:04 +00:00
vog
3c1d3d993b #689: Added support for native DOS EPS previews 2011-06-27 16:39:07 +00:00
vog
321ade8a61 #689: Bugfix in EPS test suite regarding file extensions for previews 2011-06-27 16:39:02 +00:00
vog
e0d1aaa265 Added support for native PSD previews (Michael Ulbrich) 2011-06-27 16:38:57 +00:00
vog
3342822ad7 Provide generic mechanism for native previews 2011-06-27 16:38:53 +00:00
vog
1a407407d8 #689: Improved coding style of EpsImage 2011-06-27 14:03:39 +00:00
vog
7c99e174e8 #689: Improved coding style of EpsImage: prefer byte* over char*, make use of getULong(), etc 2011-06-27 13:58:21 +00:00
vog
ed060a7a35 Fixed isEpsType() to handle size_t / long types in a clean way 2011-06-27 12:23:57 +00:00
vog
11f52679c5 Fixed isEpsType() to use DataBuf instead of a local allocation on the stack 2011-06-27 11:26:51 +00:00
vog
8bd69f7c46 #689: Added support for DOS EPS files 2011-06-24 22:03:19 +00:00
vog
0f1d1fc905 #689: Bugfix in EPS test suite 2011-06-24 22:03:05 +00:00
vog
3b13ab8717 #689: Make private implementation pf EpsImage really private 2011-06-24 17:33:17 +00:00
vog
98e90dc738 #689: Add EPS preview tests 2011-06-24 14:59:45 +00:00
vog
155b37d45f #689: Support XMP previews that use the old xapGImg: namespace prefix 2011-06-24 14:59:37 +00:00
vog
48c7c92c5f #776: Unified the mechanism by which the test drivers look for binaries (exiv2, samples, etc.), added support for EXIV2_BINDIR, removed the call to "which exiv2" 2011-06-23 11:12:21 +00:00
vog
9e36ca5dbf #689: Provide support for JPEG previews stored in the XMP metadata 2011-06-23 11:12:14 +00:00
vog
49f4536c36 #689: Improved block indentation 2011-06-23 11:12:10 +00:00
vog
6c63b40c4d #689: Add test EPS file that contains XMP metadata > 64 KB 2011-06-22 13:32:15 +00:00
vog
f7c8463132 #689: Improved code readability of EpsImage 2011-06-22 12:56:20 +00:00
vog
c3b6c2b919 #689: Workaround for Photoshop EPS files, adjusted test suite 2011-06-22 12:56:14 +00:00
vog
3656fe930e #689: Improved Exiv2 EPS comments 2011-06-22 12:56:06 +00:00
vog
e9e3386f72 #689: Improved eps-test driver 2011-06-22 12:55:58 +00:00
vog
1cd0eff9a2 #689: Bugfix for Photoshop EPS files 2011-06-20 15:30:45 +00:00
vog
cf97ad9b83 #689: Added nested EPS files to the tests 2011-06-20 14:33:50 +00:00
vog
c3b4e7af67 #689: Improved EPS tests 2011-06-20 14:15:20 +00:00
vog
40a8e90248 #776: Adjust the exiv2-test.sh driver to respect the " (__ bit build)" suffix of the first line of "exiv2 -V" 2011-06-20 13:35:26 +00:00
Andreas Huggel
f237f323c6 Minor update. 2011-06-20 11:32:46 +00:00
vog
ad1a376412 #689: provide an example EPS file that contains an %%Include DSC comment 2011-06-20 03:49:58 +00:00
vog
c5bc7b0c07 #689: provide an example EPS file that contains read-only XMP metadata 2011-06-20 03:37:03 +00:00
vog
add6498031 #689: Improved EPS tests 2011-06-20 02:44:44 +00:00
vog
2d2a6bb8c3 Fixed bug in "exiv2 -ix": When writing metadata failed, the exitcode was 0 instead of 1
This issue occured only when reading metadata succeeded,
but writing metadata failed.
2011-06-20 02:44:39 +00:00
vog
dfe65c4214 #689: Improved performance of EpsImage 2011-06-20 01:10:41 +00:00
vog
e3d2c7491b #689: Workaround for handling Exiftool's XMP embedding into EPS 2011-06-20 01:10:37 +00:00
vog
ab70bae59c #689: Improved EPS tests 2011-06-20 01:10:28 +00:00
vog
ca452746e2 #689: Improved coding style and warnings in EpsImage 2011-06-19 11:03:57 +00:00
vog
69b05be843 #689: Improved debug output in EpsImage 2011-06-18 23:35:04 +00:00
vog
641164a49c #689: Provide support for more EPS variants 2011-06-18 23:34:58 +00:00
vog
abc53c6c58 improved some of the DE translations 2011-06-18 23:34:50 +00:00
vog
e8c8b1a173 #689: Fixed regression: Ensure that isEpsType() does't disturb other file formats, and that none of the other file formats disturbs isEpsType() 2011-06-18 16:12:12 +00:00
vog
2bf4bef861 #776: ensure that the test drivers are not confused by the locale settings 2011-06-18 15:49:32 +00:00
vog
5302394330 provide a .gitignore for those who access the Exiv2 repository via git-svn 2011-06-18 13:21:23 +00:00
vog
de48225d9b #689: provide support for EPS files
EPS is added to the front of the registry to ensure that very small
EPS files will be detected.

This implementation refuses to deal with "read-only XMP" as well
as "%%Include..." DSC comments, because it is unclear how to handle
those properly. If one of these special cases occur, a warning will
be emitted which encourages the user to provide a real-world EPS
file to us.
2011-06-17 13:52:45 +00:00
Andreas Huggel
19d007a932 #772: Applied patch to recognize Tamron lens in Canon makernote (Milan Knizek) 2011-06-17 03:08:42 +00:00
Andreas Huggel
3f478a2ca2 #775: Sort IPTC data by record number when encoding (Matthias Baas). 2011-06-17 02:51:58 +00:00
Andreas Huggel
b52e430f38 Added Exif.Panasonic.LensType to the Exiv2::lensName() easy-access function. (Adrian Woodley) 2011-05-19 02:02:31 +00:00
Andreas Huggel
617779ec55 Fixed time setting of -T option when DST is in effect. 2011-05-02 14:46:59 +00:00
Andreas Huggel
093210db82 Added Tokina AT-X 107 AF DX Fish-eye 10-17mm f/3.5-4.5 lens (Milan Knizek) 2011-04-20 10:33:02 +00:00
vog
346f8a8619 Fixed typo. 2011-03-27 15:58:12 +00:00
vog
d29e582a54 #767: Add "-no-undefined" as lately as possible in the ./configure process, so it won't be passed to GCC by accident 2011-03-27 15:44:57 +00:00