Commit Graph

4215 Commits

Author SHA1 Message Date
nkbj ddccd1eafc Lens numbering fix. 2016-03-05 03:34:56 +00:00
nkbj 328ebcf462 Fix a couple of lens names to be consistent across lens mounts. 2016-03-05 03:23:36 +00:00
nkbj e2f05aa19e Update various lists to match ExifTool version 10.12. 2016-03-04 17:24:19 +00:00
nkbj 0bae74bc91 Updated Nikon Lens lookup table to v4.4.510.01 of Robert Rottmerhusen's fmountlens list. 2016-03-04 16:49:04 +00:00
Robin Mills cc0ec825ec #1166. Thank You, Phillippe for reporting this and providing a patch and test data. 2016-03-04 08:33:08 +00:00
Robin Mills 3daa8df380 #1167. Thank You, Philippe for the patch. No test file yet. 2016-03-04 08:10:18 +00:00
Robin Mills 29ad206838 #1164. Fix submitted. Thank you Nicolas and Gilles for reporting this. More comments in the issue report. 2016-03-02 21:43:17 +00:00
Robin Mills 44e1cd5ba8 #1165. Thanks to Eric for reporting this and providing the patch. 2016-03-02 20:18:18 +00:00
Robin Mills 90ae9abf60 #1153. Added missing file to test suite 2016-02-27 15:02:05 +00:00
nkbj c04b185e54 Fix lens name in latest commit. 2016-02-22 19:24:10 +00:00
nkbj 9de71a9075 Add new lens: Leica DG Vario Elmar 100-400mm F4.0-6.3 Asph. 2016-02-22 18:57:37 +00:00
nkbj 41e27fa519 Update various lists to match ExifTool version 10.11. 2016-02-19 02:27:28 +00:00
Robin Mills 643c828b4b Correction to r4203 2016-02-12 19:03:21 +00:00
Robin Mills c120638091 Fixed 'make exifprint' 2016-02-11 20:03:12 +00:00
Robin Mills cbfa227105 Better command-line parsing. 2016-02-11 18:55:26 +00:00
Robin Mills 5c3a32f9f8 Fix real number division. 2016-02-07 06:49:33 +00:00
Robin Mills a09ac5cb09 Added option getdata 2016-02-06 23:27:14 +00:00
Robin Mills 93eb08fcba Minor improvements. No change in functionality. 2016-02-03 09:29:40 +00:00
Robin Mills a769e1a0fc #1159. Fixing MSVC build-breaker in r4197 and r4179.
Two different issues:
r4197 include <windef.h> does not compile with MSVC 2005 and changed to <windows.h>
r4179 has a short/long compare mismatch
MSVC is a severe build environment and treats warnings as errors.  MSVC is not fragile, it's robust.
2016-01-31 23:39:04 +00:00
Robin Mills 1956b236cd #1159. Thank You, Jakub for discovering this issue and for providing a patch. 2016-01-29 18:28:15 +00:00
Robin Mills b0550b6681 Refactored into functions. Better command-line parser 2016-01-28 07:06:42 +00:00
Robin Mills 7099967f34 Added command-line parser and report 'bugs' 2016-01-27 21:33:06 +00:00
nkbj 1ef6ff94b0 Update various lists to match ExifTool version 10.10. 2016-01-25 03:26:20 +00:00
Robin Mills 63489a72c4 #1074 test files 2016-01-22 06:57:38 +00:00
Robin Mills 3a692bd1fc Adding console formatting to progress.py 2016-01-21 21:47:52 +00:00
Robin Mills e99a3687f3 #1155. Fixes submitted. Thank You, Hannu for reporting this and providing test data. 2016-01-20 20:22:39 +00:00
Robin Mills e02d142e4d #1155. Fix summitted. 2016-01-18 08:30:17 +00:00
Robin Mills bf327ce523 #1035 test files 2016-01-16 19:58:24 +00:00
Robin Mills c8e55a65d8 Added Feature (priorty/issue/effort). Added Texttile table formatting. 2016-01-16 18:15:42 +00:00
Robin Mills c963a402a8 Polishing and simplification. 2016-01-16 00:27:52 +00:00
Robin Mills a9cea973b7 Scripts for updating the News page. 2016-01-15 23:57:48 +00:00
Robin Mills fbf577f9c1 #1154 Test Files 2016-01-15 17:09:23 +00:00
Robin Mills 5e968dc6f7 #1081 Added Cr2Image::printStructure() 2016-01-14 10:14:57 +00:00
Robin Mills 9af6526890 #1153 test files 2016-01-13 12:42:57 +00:00
Robin Mills 28083d6667 #1153 Fixes for "Sony E PZ 16-50mm F3.5-5.6 OSS" 2016-01-13 12:21:49 +00:00
Robin Mills 32af620713 #1153 Fix submitted. Thank You, Tim for reporting this and providing test data. 2016-01-12 10:18:09 +00:00
Robin Mills 04f871cc4c #1152 Fix submitted. Also added new static function FileIo::temporaryPath() which I require for tgt - code and fixed typo in tiffvisitor.cpp 2016-01-11 10:03:48 +00:00
Robin Mills b703575389 #1149. Added fff.h (from plir.com) and code strengthening. 2016-01-10 19:02:38 +00:00
Robin Mills a57a9b2fa4 #1149. Modify -pR to find and report the tiff in an APP1/FLIR segment. 2016-01-10 14:41:01 +00:00
Robin Mills ed5bbe6e5d #1150. Fixed build breaker on elderly Macs (10.6 and earlier). 2016-01-10 10:33:10 +00:00
Robin Mills a9256db32b #1148 Correction to r4175 to fix test suite breaker. We can only use the -pX short cut when option -eXx is used. 2016-01-09 12:25:54 +00:00
Robin Mills a489e1cea7 #1148 Fixed Todo: Should use XMP packet if there are no XMP modification commands 2016-01-09 10:54:49 +00:00
Robin Mills 178d0f5fc6 #1148. Fixed formatting error in jpgimage/-pS code. 2016-01-08 12:24:23 +00:00
Robin Mills 3c896e7e80 #1074 Correction to r4169. Use cksum (better than wc) to test extracted profile correctness. wc is platform dependant. 2016-01-07 21:48:20 +00:00
Robin Mills c271235d3e #1074 Correction to r4169 to fix test suite for platform/wc dependencies on Linux. 2016-01-07 21:15:37 +00:00
Robin Mills 947ed69de8 #1108 and #1074 Correction to r4168 to fix MSVC build breaker. 2016-01-07 20:32:38 +00:00
Robin Mills d063046bda #1074 Correction to r4169. Changes to config/Makefile.in to match Makefile 2016-01-07 19:20:33 +00:00
Robin Mills d81e552cb7 #1074 -pC now works on tiff files. Added test convenience targets to Makefile 2016-01-07 19:05:06 +00:00
Robin Mills 4617dc3728 #1108 and #1074 -pC and -pR (print Color Profile, print Recursively) now work on png. 2016-01-07 16:13:28 +00:00
nkbj e083009f1a Add new lens: Olympus M.Zuiko Digital ED 300mm F4.0 IS Pro. 2016-01-06 05:04:39 +00:00