fix color merge
This commit is contained in:
parent
b719c544ad
commit
eef82edda8
1 changed files with 1 additions and 1 deletions
|
@ -892,7 +892,7 @@ class Item(models.Model):
|
||||||
for s in streams:
|
for s in streams:
|
||||||
for c in s.cuts:
|
for c in s.cuts:
|
||||||
self.data['cuts'].append(c+offset)
|
self.data['cuts'].append(c+offset)
|
||||||
color = map(lambda a,b: (a+b)/n, color,ox.image.getRGB(s.color))
|
color = map(lambda a,b: (a+b)/n, color,ox.image.getRGB(s.color))
|
||||||
offset += s.duration
|
offset += s.duration
|
||||||
self.data['color'] = ox.image.getHSL(color)
|
self.data['color'] = ox.image.getHSL(color)
|
||||||
#extract.timeline_strip(self, self.data['cuts'], stream.info, self.timeline_prefix[:-8])
|
#extract.timeline_strip(self, self.data['cuts'], stream.info, self.timeline_prefix[:-8])
|
||||||
|
|
Loading…
Reference in a new issue