Issue I’m getting an integer value for the pixel in an image using this method: int colour = img.getRGB(x, y); Then I’m printing out the values and I see that black pixels correspond to a value like “-16777216”, a kind
Continue readingIssue I’m getting an integer value for the pixel in an image using this method: int colour = img.getRGB(x, y); Then I’m printing out the values and I see that black pixels correspond to a value like “-16777216”, a kind
Continue reading