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

[actually not an issue] How to write grayscale image without using WriteScanLine function? #80

Open
KaiWangCanada opened this issue Jun 18, 2021 · 1 comment

Comments

@KaiWangCanada
Copy link

WriteScanLine works fine. It's just kind of slow, looping through all the rows. For image with over 1000 rows this can be bottleneck.

Is there a better way to write grayscale image? E.g. write whole array of image pixel values directly? Thanks!

@electro-logic
Copy link

Use WriteRawStrip

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

No branches or pull requests

3 participants