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 25 of file markers.py.
tuple markers::draw = ImageDraw.Draw(img) |
Definition at line 22 of file markers.py.
tuple markers::h = int(h) |
Definition at line 20 of file markers.py.
tuple markers::img = Image.new("L",(w+1,h+1),1) |
Definition at line 21 of file markers.py.
tuple markers::s = float(sys.argv[1]) |
Definition at line 16 of file markers.py.
tuple markers::w = int(w) |
Definition at line 19 of file markers.py.