diff --git a/include/mitsuba/core/bitmap.h b/include/mitsuba/core/bitmap.h
index f37b32f0..6a9fc20e 100644
--- a/include/mitsuba/core/bitmap.h
+++ b/include/mitsuba/core/bitmap.h
@@ -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
+ * fromByteArray and toByteArray that copy image data
+ * between the Bitmap instance and a Python bytearray.
+ *
* \ingroup libcore
* \ingroup libpython
*/