SGladys / mediacomp-jes

Automatically exported from code.google.com/p/mediacomp-jes
0 stars 0 forks source link

i tested this program multiple times, i do not know why this is happening #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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