Rename Letter to Glyph.

This commit is contained in:
Andrey Golovizin 2014-08-18 15:44:36 +02:00
parent c5cb68f063
commit ada771b5c9
7 changed files with 72 additions and 72 deletions

View file

@ -117,7 +117,7 @@ class Image(object):
"""Return a two-color version of the image.
0 = white (blank) pixel
1 = black (letter) pixel
1 = black (glyph) pixel
"""
grayscale = rgb2gray(self.data)