mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-16 18:24:45 +03:00
Add packing from BGRa to RGBa
This commit is contained in:
parent
400f72cffe
commit
536342c17c
|
@ -535,6 +535,7 @@ static struct {
|
||||||
{"RGBa", "BGRa", 32, ImagingPackBGRA},
|
{"RGBa", "BGRa", 32, ImagingPackBGRA},
|
||||||
{"RGBa", "aBGR", 32, ImagingPackABGR},
|
{"RGBa", "aBGR", 32, ImagingPackABGR},
|
||||||
{"BGRa", "BGRa", 32, copy4},
|
{"BGRa", "BGRa", 32, copy4},
|
||||||
|
{"BGRa", "RGBa", 32, ImagingPackBGRA},
|
||||||
|
|
||||||
/* true colour w. padding */
|
/* true colour w. padding */
|
||||||
{"RGBX", "RGBX", 32, copy4},
|
{"RGBX", "RGBX", 32, copy4},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user