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
libvips includes features to define custom targets and sources - this could be used to provide InputStream and OutputStreams in a simple way.
InputStream
OutputStream
For example, in Python: https://github.com/libvips/pyvips/blob/master/pyvips/vsourcecustom.py https://github.com/libvips/pyvips/blob/master/pyvips/vtargetcustom.py
An example use case is streaming directly from an API call to S3, without buffering extra copies in memory.
The text was updated successfully, but these errors were encountered:
Shipped in #106 - going up to Maven Central now in v1.2.0 🚀
v1.2.0
Sorry, something went wrong.
No branches or pull requests
libvips includes features to define custom targets and sources - this could be used to provide
InputStream
andOutputStream
s in a simple way.For example, in Python: https://github.com/libvips/pyvips/blob/master/pyvips/vsourcecustom.py https://github.com/libvips/pyvips/blob/master/pyvips/vtargetcustom.py
An example use case is streaming directly from an API call to S3, without buffering extra copies in memory.
The text was updated successfully, but these errors were encountered: