python-pillow / Pillow

Python Imaging Library (Fork)
https://python-pillow.org
Other
12.35k stars 2.24k forks source link

Support JPEG2000 RGBA palettes #8256

Closed radarhere closed 2 months ago

radarhere commented 4 months ago

Resolves #8255

Page 7 of https://cdn.standards.iteh.ai/samples/36628/10393e6ddb5c4dbc9513ae89230d97f9/ISO-IEC-15444-1-2000-Cor-2-2002.pdf explains that npc is

Number of components created by the application of the palette

When there are four components, this PR changes the palette to be RGBA.

Requires a test image from https://github.com/python-pillow/test-images/pull/5