Rename Letter to Glyph.
This commit is contained in:
parent
c5cb68f063
commit
ada771b5c9
7 changed files with 72 additions and 72 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue