Skip to content
New issue

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

Is imagick support ReadStream or WriteStream? #249

Open
linfangrong opened this issue Nov 27, 2020 · 1 comment
Open

Is imagick support ReadStream or WriteStream? #249

linfangrong opened this issue Nov 27, 2020 · 1 comment

Comments

@linfangrong
Copy link
Contributor

ReadStream() makes the image pixels available to a user supplied callback
method immediately upon reading a scanline with the ReadImage() method.

WriteStream() makes the image pixels available to a user supplied callback
method immediately upon writing pixel data with the WriteImage() method.

@justinfx
Copy link
Member

We don't have that exposed yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants