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
Robin Mills
f49dd0b95f
#1108 and #1074 Correction to r4165 to fix MSVC build breaker and to document: exiv2 -eC (extract ICC profile).
2016-01-05 16:52:36 +00:00
Robin Mills
fd5e983746
r1108 Recursively dump an image (exiv2 -pR file...)
2016-01-05 14:39:49 +00:00
Robin Mills
b7607c34db
#1047 Rollback r4163 and try again. r4163 broke MSVC build.
2016-01-03 12:36:20 +00:00
Robin Mills
d3ff1388c1
#1147 Fixed travis build-breaker.
2016-01-03 12:10:18 +00:00
Robin Mills
1a6419881b
#1147 . Fixed a typo.
2016-01-02 12:54:02 +00:00
Robin Mills
a008623362
#1147 . Correction for Cygwin/MinGW build-breaker in r4159. Don't compile the uid/euid/gid code on any windows build.
2016-01-02 12:41:36 +00:00
Robin Mills
b1b42d8e15
#1147 . Correction to r4159 for linux build breaker (linux doesn't have include uuid/uuid.h)
2016-01-02 12:15:20 +00:00
Robin Mills
87129d61f6
#1147 Report uid, euid and gid in exiv2 --verbose --version
2016-01-02 10:58:58 +00:00
Robin Mills
a54cfca9d6
#1145 Test harness update.
2015-12-31 09:27:20 +00:00
danielkaneider
4c236fce17
#1041 . cmakeBuild with static compilation
2015-12-29 20:10:56 +00:00
Robin Mills
5a36dea37d
#1061 . Added exiv2samples.1 and associate autotools and CMake installer support. Work in progress.
2015-12-29 17:57:37 +00:00