mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-09 06:44:45 +03:00
Added tests; whitespace fix
This commit is contained in:
parent
bfab360504
commit
907ac614f0
|
@ -20,6 +20,12 @@ class TestImageOps(PillowTestCase):
|
|||
ImageOps.autocontrast(hopper("L"), cutoff=10)
|
||||
ImageOps.autocontrast(hopper("L"), ignore=[0, 255])
|
||||
|
||||
ImageOps.autocontrast_preserve(hopper("L"))
|
||||
ImageOps.autocontrast_preserve(hopper("RGB"))
|
||||
|
||||
ImageOps.autocontrast_preserve(hopper("L"), cutoff=10)
|
||||
ImageOps.autocontrast_preserve(hopper("L"), ignore=[0, 255])
|
||||
|
||||
ImageOps.colorize(hopper("L"), (0, 0, 0), (255, 255, 255))
|
||||
ImageOps.colorize(hopper("L"), "black", "white")
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user