Bug fixed wrt greyscale conversion

This commit is contained in:
Jack Jansen 1993-02-19 10:06:52 +00:00
parent c82cfc86df
commit 1e0fdd8a6b
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ def null(img, x, y):
return img
def mono2grey(img, x, y):
imageop.mono2grey(img, x, y, 0, 255)
return imageop.mono2grey(img, x, y, 0, 255)
converters = [ \
('grey', 'grey4', imageop.grey2grey4, LOSSY), \