Преглед на файлове

Merge pull request #29 from alxf/fix-py-img2txt

Fix py img2txt
tags/v0.99.beta20^2
Sam Hocevar GitHub преди 3 години
родител
ревизия
ba3c9cc77d
No known key found for this signature in database GPG ключ ID: 4AEE18F83AFDEB23
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. +2
    -2
      python/examples/img2txt.py

+ 2
- 2
python/examples/img2txt.py Целия файл

@@ -35,7 +35,7 @@ DEPTH = 4
HELP_MSG = """\
Usage: %s [OPTIONS]... <IMAGE>
Convert IMAGE to any text based available format.
Example: %s -w 80 -f ansi ./caca.png
Example: %s -W 80 -f ansi ./caca.png

Options:
-h, --help This help
@@ -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))


Зареждане…
Отказ
Запис