1573 Commits (2bc7b2666eb2820237e148e21101fbe7ea2a4d92)
 

Author SHA1 Message Date
Andreas Huggel 2bc7b2666e #567: Fixed exivsimple. 17 years ago
Andreas Huggel d866b20d82 #567: Fixing MSVC build, intermediate revision, it is still broken. 17 years ago
Andreas Huggel ec1ea1fe80 #568: Check for empty value when creating thumbnail and preventively also in a number of other places. 17 years ago
Andreas Huggel c5ebed2d9b #523: Added GCC symbol visibility support. 17 years ago
Andreas Huggel 9303dc2c53 #566: Updated README. 17 years ago
Andreas Huggel 80a22118c9 Added check for empty value before accessing toLong(0). (Bug reported by Gilles) 17 years ago
HumanDynamo b8d7a650c8 compile with mingw32 17 years ago
Andreas Huggel 66af728d38 Removed struct ErrMsg from public API. 17 years ago
Andreas Huggel 5955cfab94 Added IFD2 for PEF write support, fixed order in which image data is written. 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 02c24f4a2d Added DNG tags and a few TIFF tags. 17 years ago
Andreas Huggel c088f6bc3e Renamed makernote2 files and TiffHeade2 class. 17 years ago
Andreas Huggel 12d074fff0 Some more cleanup. 17 years ago
Andreas Huggel 009a214c95 Improved handling of sub-IFDs when writing (relevant eg., for TIFF/EP and NEF formats). 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 cd5508f16c #526: Added support for preview image in a sub-IFD of the Nikon3 makernote. 17 years ago
Andreas Huggel ff875f5759 Validated final regression test script, fixed minor Canon bugs. 17 years ago
HumanDynamo 31ed169623 fix API doc 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 76948ce108 Minor doc fixes. 17 years ago
Andreas Huggel 8f167ee426 Improved/fixed Exif (TIFF) type handling. 17 years ago
Andreas Huggel a9577e6c25 Removed obsolete sample/test program. 17 years ago
Andreas Huggel 4c79818d76 Register new namespaces with XMP-SDK. 17 years ago
HumanDynamo 25e068ab36 JPEG2000 read/write support :
-Fix Exif extraction to find the first occurence of Exif hearder from raw Exif Data.
-Fix Xmp extraction to find start of XML data stream.
-Add more debug info to hack (use DEBUG switch if necessary)
-Write Exif/Iptc/Xmp data work fine now !!!
-Register JP2 image writting support with right properties.
17 years ago
HumanDynamo e28afc04b3 add warning message if Exif data cannot be decoded. Also, reset exif data from image instance in thios case. 17 years ago
HumanDynamo 75957177b5 compile with gcc 4.3.1. Fix warnings 17 years ago
HumanDynamo 9f4fb5033b add digiKam.org XMP namespace 17 years ago
HumanDynamo 09495f7fed add Microsoft Photo XMP schema 17 years ago
HumanDynamo 7dfd385205 disable debug messages 17 years ago
HumanDynamo 5ff3b4603f JPEG2000 parser : fix parsing to extract Metadata. Duing a wrong offest between box (in some cases), the jump between box been wrong
First try to write metadata in dedicated box (Exif, Iptc, and Xmp). It doesn't work yet properlly duing a wrong detection of eof. Still todo
17 years ago
HumanDynamo 51a2a03f22 another problem with this unlogic DataBuf::alloc() rule. Now XMP data can be extracted and parsed properlly. 17 years ago
HumanDynamo 9d8af01375 wrong offset computation 17 years ago
HumanDynamo 1bbc49eba6 missing to encode XML packet before to writte XMP into PNG 17 years ago
HumanDynamo 87030ebee7 PNG support: update access mode from images registry 17 years ago
HumanDynamo 3fe5ebb8ca PNG file format parser.
- Refactoring code: main loop to parse PNG chunk contents go to pngimage class. pngchunk only play with chunk contents
- Implement PNG writting mode : all metadata are supported: 
 * UTF8 comment as "Description" iTXt chunk (compressed)
 * XMP data as iTXt chunk (uncompressed as XMP spec instruction)
 * IPTC data as zTXt chunk (compressed and encoded as ImageMagick method)
 * EXIF data as zTXt chunk (compressed and encoded as ImageMagick method)
 
Note: writting mode resample metadata chunk to follow list given behind. There are several ways where other programs writte metadata in other place.
For ex : digiKam 0.9.x or ImageMagick 5.x writte Exif and Iptc to an tEXt chunk (uncompressed)
         ImageMagick 5.x writte Xmp to an uncompressed tEXt chunk
         ImageMagick 6.x writte Xmp to a compressed zTXt chunk.
17 years ago
Andreas Huggel 3c77461e51 #566: Replaced MD5 implementation with one that is in the public domain. 17 years ago
Andreas Huggel 4c6f1913a1 Clarified doc for DataBuf::alloc. 17 years ago
Andreas Huggel 1bec0ad25c Fixed dangling subIFD tag issue, minor changes. 17 years ago
Andreas Huggel f0648f6382 Updated Nikon lens info to v3.25 of Robert Rottmerhusen's lens database. 17 years ago
Andreas Huggel b759193273 Removed trailing whitespace. 17 years ago
Andreas Huggel 7cfdc74d48 Updated write-test results. 17 years ago
Andreas Huggel fda2c0a3d1 Fixed reading of Exif.CanonCs.Lens. 17 years ago
Andreas Huggel faf3087de0 Added support to write TiffArrayElements with multi-component values. 17 years ago
Andreas Huggel 5c98c81e93 Fixed doxygen warning 17 years ago
Andreas Huggel d79bc27e81 Fixed "priority keys" issue highlighted by Udi Fuchs. 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