python - Writing to a memory file instead of file path -
is possible supply path buffer write data instead of supplying file path e.g. instead of object.save("d:\filename.jpg")
supply path memory buffer. want avoid writing image object data file .jpg
, save directly memory can have in memory rather loading again disk.
i believe looking stringio
library.
Comments
Post a Comment