Commit Graph

2444 Commits

Author SHA1 Message Date
Robin Mills
81265684f0 #1108 Fixed bugs in printStructure(kpsRecursive) handling of RATIONAL data. 2016-11-12 22:08:10 +00:00
Robin Mills
0c57b55035 #1230 Fix msvc build breaker when building using configure.bat -W (with WebReady) 2016-11-03 12:26:28 +00:00
Robin Mills
ba785b2a02 #1230 Fix msvc build breaker when building using configure -x (without xmp) 2016-11-03 10:13:43 +00:00
Robin Mills
dd0a22814c #1247 Another correction to r4655 concerning clang/apple. 2016-10-31 18:42:32 +00:00
Robin Mills
9853ca55bd #1247. Correction to r4655 to handle clang on plaforms other than MacOS-X. 2016-10-31 18:21:00 +00:00
nkbj
db3af9720a Update various lists to match ExifTool version 10.31. 2016-10-30 02:42:02 +00:00
Robin Mills
6ea3b00b02 #1249 Fixes 2016-10-23 22:25:58 +00:00
Robin Mills
92659f24c8 #1247 Restrict clang pragma to __APPLE__ 2016-10-21 19:24:48 +00:00
Robin Mills
4abb560cf7 #1243. Fixing compilation warnings from clang in jp2image.cpp 2016-10-21 19:20:32 +00:00
Robin Mills
dd39d165e2 #1247 Fix Linux/GCC compilation warning. Added Hanno's file to the test suite. 2016-10-21 19:19:06 +00:00
Robin Mills
764f079dff #1243 Fixing typo/build breaker. 2016-10-21 17:58:10 +00:00
Robin Mills
021bf5c237 #1247 Thank You Hanno for reporting this and providing a patch. 2016-10-21 17:44:19 +00:00
Robin Mills
6a1b7d262f #1243 Correction to msvc build breaker in r4648 2016-10-21 17:35:03 +00:00
Robin Mills
e7229f4ea5 #855 Remove compiler signed/unsigned warning. 2016-10-21 16:06:48 +00:00
Robin Mills
18ecd0e890 #1243 Adding ICC Profile support to jp2image.cpp 2016-10-21 16:04:34 +00:00
Robin Mills
54ac67d9db #1080 Fix submitted. 2016-10-19 19:06:31 +00:00
Robin Mills
5664393767 #1246 Fix submitted. 2016-10-19 14:57:18 +00:00
Robin Mills
b9f584fbbf #1430 Correcting MSVC build breaker in r4639 2016-10-18 10:11:39 +00:00
Robin Mills
022e18dc6f #1244 Fix crwimage.cpp to read into memory (to make CRW work with RemoteIo). 2016-10-18 06:35:19 +00:00
Robin Mills
a057af1616 #1244. Removing experimental APIs introduced by r4637. I submitted those APIs just to retain the code somewhere. I have no plan to release such as API. 2016-10-17 16:32:58 +00:00
Robin Mills
f5956d5db2 #1230 Fixes to read tiff with web-ready. Includes the BasicIo expiremental API readUnmarked() and markRead() which I will remove later. 2016-10-17 15:48:42 +00:00
Robin Mills
2f86b6bbc0 #1244 Fix submitted. 2016-10-15 09:04:06 +00:00
Robin Mills
774f96094c #1243 Work-in-progress on iccProfile related code. 2016-10-15 08:51:19 +00:00
Robin Mills
163f3ce7f1 #1243 Work-in-progress on writing ICC profiles. Fixed elusive issue in exiv2 -pS foo.jp2 2016-10-14 12:44:41 +00:00
Robin Mills
05f56e95af #1242 Issue warning when we encounter erroneous Exif\0\0 in the Exif UUID box. 2016-10-14 10:26:11 +00:00
Robin Mills
099dd70c59 #1230 Fix bigEndian issue in toAscii() 2016-10-13 15:42:24 +00:00
Robin Mills
67efb34461 #1243. Correction to r4627 2016-10-13 12:05:39 +00:00
Robin Mills
3d77c41e31 #1243 Work-in-progress. 2016-10-13 12:00:56 +00:00
Robin Mills
2e9138cf91 #1243 Work-in-progress. Still to add code to writeMetadata for icc profiles. 2016-10-13 11:03:39 +00:00
Robin Mills
ebea8991e5 #1243 Work-in-progress. Added test/data/relax.jp2 which has an embedded ICC profile. 2016-10-13 08:54:00 +00:00
Robin Mills
442b0155d0 #1243 Added XMP and IPTC data to Reagan.jp2. Corrected printStructure() appropriately.
Will add jp2image::writeMetadata()/iccProfile tomorrow and update tests.
2016-10-12 21:26:37 +00:00
Robin Mills
699e1c744e #1243 Work in progress. Implemented jp2image::printStructure. Still to add iccProfile support to jp2image::writeMetadata() 2016-10-12 20:24:27 +00:00
Robin Mills
ed63a113e1 #1242 Work in progress. Fixing src/jp2image.cpp. Added test file. Test suite to be updated to use Reagan.jp2 (and hopefully additional test files) 2016-10-11 21:04:54 +00:00
Robin Mills
957f71f6a6 #1230 Fix MinGW stdin-test breaker 2016-10-08 19:33:46 +00:00
Robin Mills
5b38d4528a #1108 Added code to dump Exif, IPTC and iTXt/zTXt comment/description blocks for PNG files. 2016-10-06 19:52:52 +00:00
Robin Mills
5282bc2120 #1230 More changes to pacify MinGW (the nightmare environment). 2016-10-05 12:10:06 +00:00
Robin Mills
4c2f943bd1 #1230 exiv2.cpp #include <string> breaks the build on MinGW/32. 2016-10-05 10:52:11 +00:00
Robin Mills
bea89ba81a #1230. Rollback 4604. I knew webp-test was sometimes failing. Fixed. Always use runTest exiv2 to be sure of executing the hot build of exiv2(.exe). 2016-10-04 15:16:56 +00:00
Robin Mills
ceaa92704f #1230 Adding --verbose to print action to dump more information (to debug something on the buildserver) 2016-10-04 12:39:36 +00:00
Robin Mills
2d5dc284e2 #1230 CMake Maintenance. Adding EXIV2_HDR to exiv2/headers and LIBEXIV2_PRIVATE_HDR to libexiv2/headers. 2016-10-04 11:57:36 +00:00
Robin Mills
0abf56f71b #1236 CMake build on MinGW. 2016-09-30 16:45:54 +00:00
Robin Mills
b1a9d4493f #1230 Eliminate linux compiler warning. 2016-09-29 16:31:34 +00:00
Robin Mills
c10bc003a7 #1023 Fix getDataByRange CURLOPT_SSL_VERIFYHOST. Fix http-test.sh (and associated test/data/http-test.out). 2016-09-29 15:30:55 +00:00
nkbj
133174a6b1 Update various lists to match ExifTool version 10.28. 2016-09-29 03:37:38 +00:00
Robin Mills
5b21deda93 #1234 Corrections to r4577 2016-09-28 18:02:12 +00:00
Robin Mills
3811ceb930 #1234 Corrections to r4577 based on testing on PPC. 2016-09-28 17:26:41 +00:00
Robin Mills
cf284286d8 #1234 Fix submitted. Passes test suite littleEndian. To be tested on Mac Powerbook PPC bigEndian. 2016-09-28 16:43:15 +00:00
Robin Mills
a1877c04e2 #1230 and #1199 Correction to r4575 2016-09-27 19:26:18 +00:00
Robin Mills
681acc7901 #1199 and #1230 webpImage::printStructure(). Reporting Offset == 0 on Tiger (32bit). 2016-09-27 19:21:45 +00:00
Robin Mills
b0ff549cb7 #1230 Correction to r4565 to fix msvc build breaker. 2016-09-26 20:12:20 +00:00