PLplotNet icon indicating copy to clipboard operation
PLplotNet copied to clipboard

Save to memory stream

Open DoogeJ opened this issue 4 years ago • 2 comments

It looks like all the saving is handled in the library itself.

I'd rather save to a memory stream as I need to do extra processing on the image, and have no reason to save to disk. Is there a way to do this?

DoogeJ avatar May 13 '20 15:05 DoogeJ

Same question; can the output be piped to a memory stream?

rmbanas avatar Apr 08 '24 08:04 rmbanas

See https://plplot.sourceforge.net/docbook-manual/plplot-html-5.15.0/devices.html, although this will involve some form of native interop.

surban avatar Apr 08 '24 12:04 surban