Variables | |
| tuple | c = (x+y) |
| tuple | draw = ImageDraw.Draw(img) |
| tuple | h = int(h) |
| tuple | img = Image.new("L",(w+1,h+1),1) |
| tuple | s = float(sys.argv[1]) |
| tuple | w = int(w) |
| tuple markers::c = (x+y) |
Definition at line 15 of file markers.py.
| tuple markers::draw = ImageDraw.Draw(img) |
Definition at line 12 of file markers.py.
| tuple markers::h = int(h) |
Definition at line 10 of file markers.py.
| tuple markers::img = Image.new("L",(w+1,h+1),1) |
Definition at line 11 of file markers.py.
| tuple markers::s = float(sys.argv[1]) |
Definition at line 6 of file markers.py.
| tuple markers::w = int(w) |
Definition at line 9 of file markers.py.