Commit Graph

7692 Commits

Author SHA1 Message Date
Andreas Huggel
853fa64d4d 533: Applied patch 2_read_and_modify_only_the_first_XMP_segment (Michael Ulbrich, Volker Grabsch) 2009-06-28 15:24:16 +00:00
Andreas Huggel
5ef4c5ee22 533: Applied patch 1_handle_empty_IRB (Michael Ulbrich, Volker Grabsch) 2009-06-28 15:19:16 +00:00
Andreas Huggel
95b9ca371a Ran make update-po. 2009-06-27 08:51:42 +00:00
Andreas Huggel
b6efe170f3 Updated Finnish translations. 2009-06-27 08:49:58 +00:00
Andreas Huggel
a53fed37e1 Tagged release 0.18.2 2009-06-24 13:31:28 +00:00
Andreas Huggel
937b51236f Fixed a few leftover robotbattle links. 2009-06-21 10:37:11 +00:00
Andreas Huggel
e9d7af22e6 Updated ChangeLog. 2009-06-20 15:34:09 +00:00
Andreas Huggel
a2132dd570 Updated ChangeLog for 0.18.2 2009-06-20 14:44:19 +00:00
Andreas Huggel
fe09e37e4d Updated po directory. 2009-06-20 10:56:15 +00:00
Andreas Huggel
d73f83c2a2 Bumped version to 0.18.2 2009-06-20 10:55:27 +00:00
Andreas Huggel
9bbfd1c186 Removed r1830, r1826, r1825, r1824 from trunk (PGF image format) 2009-06-20 04:55:31 +00:00
Andreas Huggel
7b75bbaa04 Removed r1799, r1797 from trunk (#634, #579) 2009-06-20 04:26:46 +00:00
Andreas Huggel
afd3f23c1d Merged r1815:1830 from the trunk 2009-06-20 03:24:53 +00:00
HumanDynamo
8a3e708fd6 add PGF creation from scratch in memory 2009-06-18 08:53:15 +00:00
HumanDynamo
67dfeaf3bd fix comment 2009-06-18 08:52:31 +00:00
HumanDynamo
76a3a36e51 creating JPEG2 blank file from scratch is now supported 2009-06-18 08:29:22 +00:00
HumanDynamo
038be98b02 missing to register XMP type with PNG 2009-06-18 08:26:59 +00:00
HumanDynamo
76ccdeed58 add pgf file with metadata to test 2009-06-18 06:49:15 +00:00
HumanDynamo
a877aac92b missing to register PGF comment 2009-06-18 06:46:46 +00:00
HumanDynamo
876eb87515 Add PGF image format codec. Read and Write metadata is supported.
PGF <http://www.libpgf.org> is an image format based on Wavelet compression.
Metadata are hosted in header of file into an unique byte array. 
Metadata are saved into this area using a blank PNG file as container.
Comments, EXIF, IPTC, and XMP are supported.
2009-06-18 06:43:50 +00:00
HumanDynamo
35c2ebaf48 byte order in PNG blank dat is inverted. now creting PNG image from scratch work fine... 2009-06-18 06:39:46 +00:00
HumanDynamo
b625d025c8 wrong logic here to create blank PNG image in memory 2009-06-18 06:14:53 +00:00
HumanDynamo
b916c89320 to be able to use blank image at init 2009-06-17 16:02:45 +00:00
Andreas Huggel
f7b1109738 #638: Aligned IPTC decoding with the new encoding, but kept it backward compatible for broken images. 2009-06-16 13:30:36 +00:00
Andreas Huggel
f1c4c53c22 #638: Embed IPTC data in Photoshop IRB, some more code re-work. 2009-06-16 12:06:17 +00:00
Andreas Huggel
fbc3b58f14 #638: Fixed compiler warnings, fixed more CRC issues, shortened some code. 2009-06-14 14:33:56 +00:00
Andreas Huggel
cfec8527c7 #638: Replaced custom copyString function with strcpy, refactored some related code. Only tested on Linux, this may not compile on Windows. 2009-06-12 15:13:23 +00:00
Andreas Huggel
a1077e6ade #630: Fixed CRC error in chunk zTXt (Jochen Schug). 2009-06-11 09:22:19 +00:00
Andreas Huggel
93dd629991 #620: Allow binary array entries with only cfg (no def), converted CanonSi entry. 2009-06-03 17:02:34 +00:00
Andreas Huggel
a8f7dc36cf #620: Another step towards TiffArrayEntry obsolescence. 2009-06-02 16:33:50 +00:00
Andreas Huggel
10ef16cc90 #620: Intermediate commit on the way to replace TiffArrayEntry/Element. 2009-06-02 13:53:04 +00:00
Robin Mills
8b89e91abf Adding convert-test and tiff-test projects to the MSVC build environment 2009-05-31 18:02:43 +00:00
Robin Mills
bf4bf5af77 Adding project mmap-test to the mix. 2009-05-31 04:02:44 +00:00
Andreas Huggel
8b2b3ffec7 Added simple memory mapping test program. 2009-05-30 07:17:52 +00:00
Andreas Huggel
d72eadb647 Changed BasicIo::munmap so that it does not throw to make sure ~FileIo does not throw. Doc tweaks. 2009-05-30 07:17:20 +00:00
Andreas Huggel
5135792d8a Reverted changes done by mistake. 2009-05-30 05:31:08 +00:00
Andreas Huggel
5f1d376eb8 Prevent switchMode() from calling itself (fixes an incompatibility of the changes for #634 with the code to write to memory-mapped files. 2009-05-30 05:29:55 +00:00
Andreas Huggel
b563340cc0 Merged r1801:1803 from the trunk. 2009-05-29 15:04:24 +00:00
Andreas Huggel
1f9264bddf Merged r1798:1800 from the trunk. 2009-05-29 14:56:01 +00:00
Andreas Huggel
f093fd49a6 Merged r1794:1797 from the trunk. 2009-05-29 14:54:53 +00:00
Andreas Huggel
1c2dd764f8 #636: Do not change makernote byte order unless requested. By default, use the same byte order as that of the image (for new makernote metadata). Right now, the only makernote that has its own byte order is Nikon3. Also added missing padding to IPTC binary data for Exif.Image.IPTCNAA. 2009-05-28 11:35:01 +00:00
Andreas Huggel
5720f14438 Fixed nasty illegal read. 2009-05-28 10:19:12 +00:00
Andreas Huggel
87b1da755c #629: Cleaned-up a few more virtual inlined methods. 2009-05-20 14:53:15 +00:00
Robin Mills
ab8010ffd7 #556 timegm() function should work with Windows 64bit time_t
Fix submitted.
1) Removed _USE_32BIT_TIME_T from code base.
2) Added a macro to replace timegm() with _mkgmtime() on VC8+ (supports 32 and 64 bit time_t)

Simple test performed on VC 7.1/8 and 9 (VS 2003/05/08)
C:\gnu\exiv2\msvc\bin\Release>exiv2 -a 1:00:00 ad \R.tiff && exiv2 -pt \R.tiff | grep DateTimeOriginal
Exif.Photo.DateTimeOriginal                  Ascii      20  2009:04:26 10:38:18
C:\gnu\exiv2\msvc\bin\Release>exiv2 -a 1:00:00 ad \R.tiff && exiv2 -pt \R.tiff | grep -i time
Exif.Image.DateTimeOriginal                  Ascii      20  2009:04:26 11:38:18
C:\gnu\exiv2\msvc\bin\Release>

3) Cosmetic fix to basicio.cpp
Fixed nasty little <tab> I missed when I committed basicio.cpp on Sunday (apologies)
2009-05-19 03:48:42 +00:00
Robin Mills
61ca4b9b20 #634 Locking error on windows when updating a TIFF file with MemoryMapping enabled 2009-05-17 23:41:43 +00:00
Andreas Huggel
c2c1673b7a #629: Made inlined virtual functions non-inlined. Also some non-virtual inlined functions. Part 1. 2009-05-17 16:15:54 +00:00
Robin Mills
0ed8680e02 #579: Implement Memory Mapping for Windows Platforms
This improves the performance of exiv2.exe on TIFF files about 5x

The MSVC branch adds mmap.cpp and mman.h - borrowed and slightly touched from KDE
- the contribution of KDE is acknowledged and respected (and changes documented)
- exv_msvc.h modified to support MM
- added support files include/sys to enable compilation on MSVC
2009-05-17 03:37:20 +00:00
Andreas Huggel
43303cf44b #633: Apply the fix only for platforms which have lstat. This does not include Win based platforms. 2009-05-16 14:59:33 +00:00
Andreas Huggel
fca7210a3f #633: Fixed FileIo::transfer to operate on the linked-to file if the FileIo is a symlink. Only tested on Linux. 2009-05-16 12:09:07 +00:00
Andreas Huggel
f3c9d826f6 Remove test files on top-level make maintainer-clean. 2009-05-16 07:04:31 +00:00