Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Python] In-memory save png
#2
Probably unnecessary optimization. Your file is still cached in the RAM buffers so it won't be reread from disk.

Otherwise I would see if perhaps GEGL can do a PNG encoding to a ram buffer.

Kudos for using urlllib. I thought us humans were better off using requests?
Reply


Messages In This Thread
[Python] In-memory save png - by DunkleMaterie - Yesterday, 08:34 PM
RE: [Python] In-memory save png - by Ofnuts - 11 hours ago

Forum Jump: