44 Commits (f6e6578becd5640f33307da7ea6a46db6acb5c94)

Author SHA1 Message Date
Andreas Huggel f6e6578bec Minor changes/updates 21 years ago
Andreas Huggel fd26330280 Replaced std::cout << "\n" with std::endl to flush and get the sequence with error output right 21 years ago
Andreas Huggel c4eca96836 Revamped Thumbnail classes to use the new data area feature. Implements feature #398. 21 years ago
brad 77d3d5621a added subversion style keywords 21 years ago
brad 58f7d669dc open image files on demand rather than keeping them open: bug #393 21 years ago
brad 134d57c220 fixed various msvc 7.1 build errors. bug #394 21 years ago
Andreas Huggel f40fba88bf Added Image::AutoPtr and related updates
Changed some local buffers to DataBuf
21 years ago
Andreas Huggel 41fbe55ebd Added metacopy and the ability to extract/insert different types of metadata
Added option to print the Jpeg comment
Changed semantics of print option `i' to Iptc (`t' for translated Exif data)
21 years ago
Andreas Huggel 4a23d9d652 Updated win32 configuration 21 years ago
Andreas Huggel 2e790821a0 Changed ifdItem to ifdName in the output of Print::printInterpreted 21 years ago
Andreas Huggel 14d54e507e Added -pI print mode to print plain Iptc data 21 years ago
Andreas Huggel 0147a77c7b Added Key, ExifKey and IptcKey class hierarchy
Changed Exif keys to 'Exif.ifdItem.tagName'
21 years ago
Andreas Huggel 166e6f7928 Added full IPTC read and write support (Brad, bs_3.patch) 21 years ago
Andreas Huggel 9d72b7d1ec Revamped image and introduced byte* interface (Brad, bs_1.patch with minor modifications by ahu) 21 years ago
Andreas Huggel f78081fb21 Added include timegm.h 21 years ago
Andreas Huggel eba6b82386 Added timegm() from the tz distribution and preparations for conditional compilation (requires configure script) 21 years ago
Andreas Huggel efe5b524ca Bugfix: Use timegm() and gmtime() instead of mktime() and localtime() to
avoid problems with DST.
21 years ago
Andreas Huggel 367fa3626f Changed log(2) to log(2.0) 21 years ago
Andreas Huggel 102d1a9ba4 Fixed MSVC errors and warnings (Steve, sking_5.patch)
Replaced exp2f(x) with exp(log(2) * x)
21 years ago
Andreas Huggel 452616c780 Print Nikon makernote values for ISO Speed, Quality and WhiteBalance 21 years ago
Andreas Huggel 16564f8ff2 Removed unnecessary dynamic_casts 21 years ago
Andreas Huggel 41dc298854 Slightly improved error handling 21 years ago
Andreas Huggel 90d217f173 Improved consistency of stderr and stdout output 21 years ago
Andreas Huggel cbb1c15810 Changed namespace name Exif to Exiv2 21 years ago
Andreas Huggel 83fa163ff4 Minor (cnsistency) fixes 21 years ago
Andreas Huggel 1f943f45d2 Minor fixes for better consistency 21 years ago
Andreas Huggel 226fafe3f6 Implemented Filesize (finally) 21 years ago
Andreas Huggel 99a87043a4 Workaround for MinGW bug: use remove() before rename() 21 years ago
Andreas Huggel c9976d1ab8 Minor fixes 21 years ago
Andreas Huggel 1211167329 Added Summary output, improved print functions 22 years ago
Andreas Huggel 20bcdef949 Use DataBuf for temporary data buffers 22 years ago
Andreas Huggel 4bc4a0dc40 Added Task Insert, implemented extract and insert functionality 22 years ago
Andreas Huggel 5fa6aa95fe Minor change 22 years ago
Andreas Huggel 2db819ccb6 Implemented erase Exif data 22 years ago
Andreas Huggel 8d677a69f3 Added Erase and Extract Tasks, part 1 (for thumbnails) 22 years ago
Andreas Huggel 7eb907be5a Isolated Canon Makernote print functions better to make them usable from client applications 22 years ago
Andreas Huggel 7048f7d32b Use Canon Makernote data for ISO and Exposure Program 22 years ago
Andreas Huggel e9d0aea8e5 Minor changes 22 years ago
Andreas Huggel 04eb1f992b Implemented print modes, part 2 22 years ago
Andreas Huggel 47e43318a6 Implemented print modes, part 1 22 years ago
Andreas Huggel 3841300980 Changed localtime_r to localtime for portability 22 years ago
Andreas Huggel 2eec949df1 Changed print format 22 years ago
Andreas Huggel 6749046e40 Divided exif.[ch]pp into components 22 years ago
Andreas Huggel 3408dec805 Added Exiv2, the application, with print, rename and adjust actions 22 years ago