Andreas Huggel
|
cc373437e0
|
Bumped version to 0.18-pre2.
|
17 years ago |
Andreas Huggel
|
9f791e6ac6
|
Updated Olympus Camera Settings tags.
|
17 years ago |
Andreas Huggel
|
7959e4698e
|
Added Nikon decryption algorithm and use it to decode the lens.
|
17 years ago |
Andreas Huggel
|
7b6652a910
|
Added ExifData pointer to Metadatum::write et al, added CanonCs.LensType and pretty-print function, changed exiv2 tool to use the new methods to print interpreted values (which allows it to refer to other metadata).
|
17 years ago |
Andreas Huggel
|
177bd4ffde
|
Added synthesized tag Exif.MakerNote.ByteOrder.
|
17 years ago |
Andreas Huggel
|
d3a17f004b
|
Added synthesized info tag Exif.MakerNote.Offset.
|
17 years ago |
Andreas Huggel
|
6ac1ed0055
|
Updated remaining write-test result for Rev. 1612 change.
|
17 years ago |
Andreas Huggel
|
db07bdac59
|
Updated test results for the binary Exif.Photo.Makernote tag added in Rev. 1612.
|
17 years ago |
Andreas Huggel
|
417d55f2a7
|
Updated version to 0.18-pre1.
|
17 years ago |
Andreas Huggel
|
c5ebed2d9b
|
#523: Added GCC symbol visibility support.
|
17 years ago |
Andreas Huggel
|
533b3d224a
|
Added write-support for tiled images. Aligned every strip (tile) of the image data.
|
17 years ago |
Andreas Huggel
|
00a3ef321b
|
Removed CIFF classes from published API, doc tweaks.
|
17 years ago |
Andreas Huggel
|
cbb52db524
|
Updated test results, renamed Nikon3Preview group to NikonPreview.
|
17 years ago |
Andreas Huggel
|
ff875f5759
|
Validated final regression test script, fixed minor Canon bugs.
|
17 years ago |
Andreas Huggel
|
65feff805c
|
Forgot updated test results.
|
17 years ago |
Andreas Huggel
|
916729c248
|
Added regression tests for #528 and #554.
|
17 years ago |
Andreas Huggel
|
088319f266
|
Validated bugfixes-test script results.
|
17 years ago |
Andreas Huggel
|
7cfdc74d48
|
Updated write-test results.
|
17 years ago |
Andreas Huggel
|
3967661d04
|
Updated exifdata-test results (Exif.CanonCs.Lens remains to be fixed).
|
17 years ago |
Andreas Huggel
|
26126bb24d
|
Validated write-test test results.
|
17 years ago |
Andreas Huggel
|
4af65891b1
|
Validated write2-test results.
|
17 years ago |
Andreas Huggel
|
8739d41574
|
Validated final two imagetest test cases.
|
17 years ago |
Andreas Huggel
|
d659572aeb
|
Bumped version to 0.17.91 (libtool -version-info number is unchanged).
|
17 years ago |
Andreas Huggel
|
0d55992e2f
|
Merged unstable branch to trunk.
|
17 years ago |
Andreas Huggel
|
7978bedb78
|
Bumped version to 0.17.1
|
17 years ago |
Andreas Huggel
|
216cffe9ff
|
Reverted to using snprintf, now that I found out how MSVC calls it.
|
17 years ago |
Andreas Huggel
|
c463cdd283
|
Tried to improve GPSTimeStamp conversions, extended tests.
|
17 years ago |
Andreas Huggel
|
af41595c07
|
Added a few more conversion tests, testresults not updated yet.
|
17 years ago |
Andreas Huggel
|
b6e6906c0b
|
Fixed new test script for MinGW.
|
17 years ago |
Andreas Huggel
|
e4bd0503a1
|
Added conversions.sh
|
17 years ago |
Andreas Huggel
|
2565d5c2f4
|
Added basic conversion testcases, fixes.
|
17 years ago |
Andreas Huggel
|
9cc803511c
|
Bumped version to 0.17.
|
17 years ago |
Andreas Huggel
|
e17f53c2e6
|
Completed exiv2 utility support for XMP sidecar files.
|
17 years ago |
Andreas Huggel
|
654d51a366
|
Added read support for jp2 and psd images, stubs for gif, bmp and tga images, and pixelWidth and pixelHeight methods on Image (Marco Piovanelli).
|
17 years ago |
Andreas Huggel
|
d82edd326a
|
Updated test data.
|
18 years ago |
Andreas Huggel
|
e878166f0d
|
Improved XMP value toLong, toFloat and toRational using new functions parseLong, parseFloat and parseRational. (Vladimir Nadvornik)
|
18 years ago |
Andreas Huggel
|
8239c44ee8
|
More XMP TagDetails removed, intermediate.
|
18 years ago |
Andreas Huggel
|
2e3672d211
|
#539: Make registration of namespaces actually work (Vladimir Nadvornik, S M Ryan)
|
18 years ago |
Andreas Huggel
|
1b1df1e649
|
Reinstated unrelated error message.
|
18 years ago |
Andreas Huggel
|
8b466fc79b
|
Updated testcases for new printVersion pretty-print function.
|
18 years ago |
Andreas Huggel
|
3ac665a305
|
Added 2008 to Copyright notice.
|
18 years ago |
Andreas Huggel
|
c50dcad56e
|
Bumped version to 0.16
|
18 years ago |
Andreas Huggel
|
7a8bf1dad8
|
Added options -Y, -O and -D to the exiv2 tool to adjust Exif timestamps by years, months and days.
|
18 years ago |
Andreas Huggel
|
8a7604fb58
|
Slightly changed XMP version.
|
18 years ago |
Andreas Huggel
|
88f47ccf43
|
Fixed test data.
|
18 years ago |
Andreas Huggel
|
c6be927871
|
Set version to 0.16-pre1 (0.15.99) and minor updates.
|
18 years ago |
Andreas Huggel
|
6a8ca6051d
|
Tweaks.
|
18 years ago |
Andreas Huggel
|
c23fe2cf76
|
Changes to compile on MinGW.
|
18 years ago |
Andreas Huggel
|
f51e7e0512
|
Added type keyword to XmpTextValue, added test with a command file that generates the same XMP packet as xmpsample.
|
18 years ago |
Andreas Huggel
|
7c2e5a705a
|
Updated test output, moved fix from prev rev into XmpParser.
|
18 years ago |