You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: USAGE.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -399,7 +399,7 @@ In python-exiv2 the ``data`` and ``size`` parameters are replaced with a single
399
399
The buffered data isn't actually read until ``Image::readMetadata`` is called, so python-exiv2 stores a reference to the buffer to stop the user accidentally deleting it.
400
400
401
401
When ``Image::writeMetadata`` is called exiv2 allocates a new block of memory to store the modified data.
402
-
The ``Image::io`` method returns an `Exiv2::BasicIo`_ object that provides access to this data.
402
+
The deprecated ``Image::io`` method returns an `Exiv2::BasicIo`_ object that provides access to this data.
403
403
404
404
The ``BasicIo::mmap`` and ``BasicIo::munmap`` methods allow access to the image file data without unnecessary copying.
405
405
However they are rather error prone, crashing your Python program with a segmentation fault if anything goes wrong.
0 commit comments