What steps will reproduce the problem?
1.doesn't print the number
2.
3.
What is the expected output? What do you see instead?
no, i expect to see each red value of the picture
What version of the product are you using? On what operating system?
windows 7, jython 4.3
Please provide any additional information below.
my program
def outputvalue(pic):
for x in range(0,getWidth(pic)):
for y in range(0, getHeight(pic)):
r = getRed(getPixel(pic,x,y))
print r
outputvalue(pic)
Original issue reported on code.google.com by OnOffReb...@gmail.com on 30 Nov 2011 at 10:39
Original issue reported on code.google.com by
OnOffReb...@gmail.com
on 30 Nov 2011 at 10:39