Gimp.Memsize.serialize
@accepts(int)
@returns(unicode)
def serialize(memsize):
# Python wrapper for gimp_memsize_serialize()
Creates a string representation of a given memory size. This string can be parsed by Gimp.Memsize.deserialize and can thus be used in config files. It should not be displayed to the user. If you need a nice human-readable string please use g_format_size().
Since 2.2
- memsize
memory size in bytes
- Returns