Closed fredO13 closed 5 years ago
in getPixelAt() there's a loop over the image channels. the stopping condition should be "c < 3" not "c <= 3" (it should be line #24)
@fredO13 Thank you very much!
in getPixelAt() there's a loop over the image channels. the stopping condition should be "c < 3" not "c <= 3" (it should be line #24)