We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Same question; can the output be piped to a memory stream?
Sorry, something went wrong.
See https://plplot.sourceforge.net/docbook-manual/plplot-html-5.15.0/devices.html, although this will involve some form of native interop.
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: