Przeglądaj źródła

Fix deprecated call to pil method

tags/v0.99.beta20^2^2
alxf 7 lat temu
rodzic
commit
cc8481c50c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      python/examples/img2txt.py

+ 1
- 1
python/examples/img2txt.py Wyświetl plik

@@ -224,7 +224,7 @@ def main():
dit.set_charset(charset)

#create dither
dit.bitmap(cv, 0, 0, width, height, img.tostring())
dit.bitmap(cv, 0, 0, width, height, str(img.tobytes()))

#print export to screen
sys.stdout.write("%s" % cv.export_to_memory(exformat))


Ładowanie…
Anuluj
Zapisz