A new (somewhat experimental) approach to fusing

This commit is contained in:
Steven Robertson
2010-09-12 23:45:38 -04:00
parent 5a5fcf5bb9
commit e0b218feba
4 changed files with 41 additions and 65 deletions

View File

@ -64,7 +64,7 @@ def main(args):
anim.features.hist_height,
'RGBA',
bins.tostring(),
anim.features.hist_stride*4)
-anim.features.hist_stride*4)
tex = image.texture
pal = (anim.ctx.ptx.instances[PaletteLookup].pal * 255.).astype(np.uint8)