Gimp.buffer_get_bytes
@accepts(unicode)
@returns(int)
def buffer_get_bytes(buffer_name):
# Python wrapper for gimp_buffer_get_bytes()
Retrieves the specified buffer's bytes.
This procedure retrieves the specified named buffer's bytes.
Since 2.4
- buffer_name
The buffer name.
- Returns