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

ImagePixelExtractor bug when interleave=true #2129

Closed
yaeldekel opened this issue Jan 11, 2019 · 0 comments
Closed

ImagePixelExtractor bug when interleave=true #2129

yaeldekel opened this issue Jan 11, 2019 · 0 comments
Assignees
Labels
bug Something isn't working
Projects
Milestone

Comments

@yaeldekel
Copy link

The outer for loop is over x and the inner loop is over y, causing the results to be inconsistent with the interleave=false case, which loops over y first and x second.

@yaeldekel yaeldekel self-assigned this Jan 11, 2019
@shauheen shauheen added the bug Something isn't working label Jan 11, 2019
@shauheen shauheen added this to the 0119 milestone Jan 11, 2019
@shauheen shauheen added this to In Progress in v0.10 Jan 11, 2019
v0.10 automation moved this from In Progress to Done Jan 14, 2019
@dotnet dotnet locked as resolved and limited conversation to collaborators Mar 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
No open projects
v0.10
  
Done
Development

No branches or pull requests

2 participants