index
:
pyexiv2
master
python binding to exiv2, the C++ library for manipulation of EXIF, IPTC and XMP image metadata
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
exiv2wrapper.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Free the allocated memory when deleting an IptcTag.
Olivier Tilloy
2010-05-17
1
-1
/
+11
*
Free the allocated memory when deleting an ExifTag.
Olivier Tilloy
2010-05-17
1
-0
/
+8
*
Use the proper delete[] operator to deallocate the memory block pointed by _d...
Olivier Tilloy
2010-04-16
1
-1
/
+1
*
Do not leak the data passed to ImageMetadata.from_buffer.
Olivier Tilloy
2010-04-14
1
-6
/
+16
*
getDataBuffer() now releases the GIL to allow other python threads to run
Olivier Tilloy
2010-03-17
1
-1
/
+10
*
New data_buffer() method to get the image buffer.
Olivier Tilloy
2010-03-17
1
-0
/
+45
*
Instantiate an image from a data buffer.
Olivier Tilloy
2010-03-16
1
-2
/
+22
*
Comment to explain the exception handling
Olivier Tilloy
2010-03-16
1
-0
/
+6
*
Clean error handling outside of the Py_{BEGIN,END}_ALLOW_THREADS blocks.
Olivier Tilloy
2010-03-16
1
-9
/
+37
*
No need for a boolean to test for error.
Olivier Tilloy
2010-03-16
1
-3
/
+1
*
Copy the error instead of instantiating a new one from its code.
Olivier Tilloy
2010-03-16
1
-4
/
+4
*
Raise an IOError when trying to read an image of an unknown type.
Olivier Tilloy
2010-02-10
1
-16
/
+31
*
Copy metadata to another image.
Olivier Tilloy
2010-01-22
1
-0
/
+13
*
Read-only access to the mime type of an image.
Olivier Tilloy
2010-01-22
1
-0
/
+6
*
Read-only access to the dimensions of an image.
Olivier Tilloy
2010-01-22
1
-0
/
+12
*
Updated error codes translation to the errors defined in libexiv2 0.19.
Olivier Tilloy
2010-01-21
1
-24
/
+206
*
Removed a compatibility workaround.
Olivier Tilloy
2010-01-21
1
-6
/
+1
*
Removed handling of unused custom exceptions.
Olivier Tilloy
2010-01-21
1
-8
/
+0
*
Removed some unused legacy code.
Olivier Tilloy
2010-01-21
1
-95
/
+0
*
Fixed adding values to repeatable IPTC tags.
Olivier Tilloy
2010-01-21
1
-1
/
+3
*
Always provide the EXIF interpreted value if possible.
Olivier Tilloy
2010-01-17
1
-6
/
+6
*
Preview::writeToFile dumps the preview data to a file.
Olivier Tilloy
2010-01-08
1
-0
/
+10
*
Preview (thumbnail) extraction.
Olivier Tilloy
2010-01-08
1
-0
/
+41
*
Updated copyright headers for 2010.
Olivier Tilloy
2010-01-05
1
-1
/
+1
|
\
|
*
Updated copyright headers for 2010.
Olivier Tilloy
2010-01-05
1
-1
/
+1
*
|
Fix compilation against libexiv2 0.19.
Olivier Tilloy
2010-01-04
1
-7
/
+31
|
/
*
Replaced all data read checks by a custom macro.
Olivier Tilloy
2010-01-02
1
-84
/
+26
*
Always check if the metadata has been read beforehand.
Olivier Tilloy
2010-01-02
1
-119
/
+115
*
Also release the GIL when opening a file,
Olivier Tilloy
2009-12-24
1
-0
/
+14
*
Release the GIL while reading/writing metadata.
Olivier Tilloy
2009-12-21
1
-0
/
+14
*
Complete documentation of the ExifTag class.
Olivier Tilloy
2009-12-18
1
-6
/
+0
*
Write the XMP value back to the image.
Olivier Tilloy
2009-12-10
1
-2
/
+42
*
Get the correct exiv2 type for XMP tags even when no value is set.
Olivier Tilloy
2009-12-01
1
-1
/
+1
*
Separate _XmpTag value setters for text, array and lang alt.
Olivier Tilloy
2009-11-30
1
-2
/
+30
*
Use the (much more reliable) exiv2 type of the XMP tag to get its correct value.
Olivier Tilloy
2009-11-26
1
-0
/
+7
*
Handle XMP tags for which static property information is not available.
Olivier Tilloy
2009-11-25
1
-4
/
+17
*
Separate _XmpTag value getters for text, array and lang alt.
Olivier Tilloy
2009-11-24
1
-4
/
+30
*
Do not store the XMP info for a given tag statically.
Olivier Tilloy
2009-11-20
1
-1
/
+1
*
Make Image::getXmpTag return an XmpTag.
Olivier Tilloy
2009-11-20
1
-8
/
+2
*
Added the _XmpTag class in the low-level wrapper.
Olivier Tilloy
2009-11-20
1
-0
/
+53
*
Make Image::getIptcTag return an IptcTag.
Olivier Tilloy
2009-11-18
1
-30
/
+20
*
Throw an exception when trying to set multiple values on non repeatable IPTC ...
Olivier Tilloy
2009-11-18
1
-4
/
+14
*
Do not cache the raw values.
Olivier Tilloy
2009-11-18
1
-23
/
+11
*
Implemented IptcTag::setRawValues.
Olivier Tilloy
2009-11-18
1
-3
/
+18
*
Instantiate an _IptcTag from an Exiv2::IptcMetadata (vector of Iptcdatum).
Olivier Tilloy
2009-11-17
1
-9
/
+26
*
Cosmetics.
Olivier Tilloy
2009-11-16
1
-11
/
+11
*
Fix setting the value of an EXIF tag.
Olivier Tilloy
2009-11-16
1
-14
/
+4
*
Make Image::getExifTag return an ExifTag.
Olivier Tilloy
2009-11-12
1
-31
/
+28
*
Also expose the EXIF tags' human readable value.
Olivier Tilloy
2009-11-11
1
-0
/
+14
*
Renamed ExifTag's _value to _raw_value.
Olivier Tilloy
2009-11-05
1
-5
/
+5
[next]