mirror of
https://github.com/python/cpython.git
synced 2024-11-25 19:03:49 +08:00
Bug fixed wrt greyscale conversion
This commit is contained in:
parent
c82cfc86df
commit
1e0fdd8a6b
@ -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), \
|
||||
|
Loading…
Reference in New Issue
Block a user