added some documentation for the previous commit

metadata
Wenzel Jakob 2013-10-24 17:28:28 +02:00
parent 5019f6e04c
commit 8cd0c9e0d3
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@ MTS_NAMESPACE_BEGIN
* metadata, and the gamma setting can be stored as well. Please see
* the class methods and enumerations for further detail.
*
* The Python version of this API adds two member functions
* <tt>fromByteArray</tt> and <tt>toByteArray</tt> that copy image data
* between the Bitmap instance and a Python <tt>bytearray</tt>.
*
* \ingroup libcore
* \ingroup libpython
*/