mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
Merge branch 'histogram' of github.com:wiredfool/Pillow into histogram
This commit is contained in:
commit
c5079cbfd7
|
@ -16,4 +16,6 @@ def test_histogram():
|
||||||
assert_equal(histogram("RGB"), (768, 0, 285))
|
assert_equal(histogram("RGB"), (768, 0, 285))
|
||||||
assert_equal(histogram("RGBA"), (1024, 0, 16384))
|
assert_equal(histogram("RGBA"), (1024, 0, 16384))
|
||||||
assert_equal(histogram("CMYK"), (1024, 0, 16384))
|
assert_equal(histogram("CMYK"), (1024, 0, 16384))
|
||||||
|
print ("YCbCr")
|
||||||
assert_equal(histogram("YCbCr"), (768, 0, 741))
|
assert_equal(histogram("YCbCr"), (768, 0, 741))
|
||||||
|
print ("YCbCr Done")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user