Omnibus commited on
Commit
912f2ae
·
1 Parent(s): bfbbd8c

Update overlay.py

Browse files
Files changed (1) hide show
  1. overlay.py +3 -0
overlay.py CHANGED
@@ -40,6 +40,9 @@ def process(img,font_text,font_fac,font_x,font_y,font_col,font_op):
40
  return combined
41
 
42
  def textover(im,txt):
 
 
 
43
  inp=2
44
  hh=1
45
  hhh=45
 
40
  return combined
41
 
42
  def textover(im,txt):
43
+ #im.save('tmp.png')
44
+
45
+ im = Image.open(im)
46
  inp=2
47
  hh=1
48
  hhh=45