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

readRGB() does not always return an interleaved array #424

Open
sguimmara opened this issue Mar 22, 2024 · 2 comments · May be fixed by #426
Open

readRGB() does not always return an interleaved array #424

sguimmara opened this issue Mar 22, 2024 · 2 comments · May be fixed by #426

Comments

@sguimmara
Copy link
Contributor

The documentation for readRGB() indicates that

The result is always an interleaved typed array.

However, the parameter interleave makes it possible to return one array per channel.

@constantinius
Copy link
Member

@sguimmara thanks for reporting this. Do you have a testcase or code snippet to reproduce?

@sguimmara
Copy link
Contributor Author

@constantinius Well it's not really a bug, it's just that the documentation should be updated to remove the sentence

The result is always an interleaved typed array.

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

Successfully merging a pull request may close this issue.

2 participants