Add support for variations.

--HG--
rename : cuburn/variations.py => cuburn/code/variations.py
This commit is contained in:
Steven Robertson
2011-05-01 09:36:29 -04:00
parent 088299423e
commit a7900f187d
6 changed files with 69 additions and 50 deletions

View File

@ -45,8 +45,8 @@ def main(args):
bins = np.minimum(bins, 255)
bins = bins.astype(np.uint8)
#if '-g' not in args:
# return
if '-g' not in args:
return
imgbuf = (accum * 255).astype(np.uint8)