소스 검색

Fix deprecated call to pil method

tags/v0.99.beta20^2^2
alxf 7 년 전
부모
커밋
cc8481c50c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      python/examples/img2txt.py

+ 1
- 1
python/examples/img2txt.py 파일 보기

@@ -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))


불러오는 중...
취소
저장