mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-03 19:45:56 +03:00
Added LAB to Unpack
This commit is contained in:
parent
eca93101de
commit
13d62c9f91
|
@ -957,6 +957,12 @@ static struct {
|
||||||
{"YCbCr", "YCbCrX", 32, copy4},
|
{"YCbCr", "YCbCrX", 32, copy4},
|
||||||
{"YCbCr", "YCbCrK", 32, copy4},
|
{"YCbCr", "YCbCrK", 32, copy4},
|
||||||
|
|
||||||
|
/* LAB Color */
|
||||||
|
{"LAB", "LAB", 24, ImagingUnpackRGB},
|
||||||
|
{"LAB", "L", 8, band0},
|
||||||
|
{"LAB", "A", 8, band1},
|
||||||
|
{"LAB", "B", 8, band2},
|
||||||
|
|
||||||
/* integer variations */
|
/* integer variations */
|
||||||
{"I", "I", 32, copy4},
|
{"I", "I", 32, copy4},
|
||||||
{"I", "I;8", 8, unpackI8},
|
{"I", "I;8", 8, unpackI8},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user