mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 16:22:22 +03:00
B->A, spacing
This commit is contained in:
parent
1111fca8c6
commit
eca93101de
|
@ -527,9 +527,9 @@ static struct {
|
||||||
{"YCbCr", "Cr", 8, band2},
|
{"YCbCr", "Cr", 8, band2},
|
||||||
|
|
||||||
/* LAB Color */
|
/* LAB Color */
|
||||||
{"LAB", "LAB", 24, ImagingPackRGB},
|
{"LAB", "LAB", 24, ImagingPackRGB},
|
||||||
{"LAB", "L", 8, band0},
|
{"LAB", "L", 8, band0},
|
||||||
{"LAB", "B", 8, band1},
|
{"LAB", "A", 8, band1},
|
||||||
{"LAB", "B", 8, band2},
|
{"LAB", "B", 8, band2},
|
||||||
|
|
||||||
/* integer */
|
/* integer */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user