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

Popular posts from this blog

My HTML document is not linking to my CSS stylesheet properly -

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -