Added reading of JPEG2000 palettes by radarhere · Pull Request #7870 · python-pillow/Pillow
Navigation Menu
{{ message }}
python-pillow / Pillow Public
- Notifications You must be signed in to change notification settings
- Fork 2.4k
Merged
hugovk merged 1 commit intopython-pillow:mainfrom
Mar 21, 2024Merged
Added reading of JPEG2000 palettes#7870
hugovk merged 1 commit intopython-pillow:mainfrom
Added reading of JPEG2000 palettes#7870
hugovk merged 1 commit intopython-pillow:mainfrom
Conversation
Copy link Copy Markdown
Member
radarhere
commented
Mar 12, 2024
radarhere
commented
Resolves #7511
This reads palette data from the JPEG2000 pclr box, and assigns it to the image's palette.
I used page 28 of https://web.archive.org/web/20230327234610/https://wiki.opf-labs.org/download/attachments/11337762/15444-1annexi.pdf as a reference.
This is a recreation of #7867 after I accidentally deleted it.
radarhere
added
the
JPEG
label
radarhere
mentioned this pull request
radarhere
added
the
Palette
label
radarhere
force-pushed
the
j2k_pclr
branch
from
41d6b67 to
f128d47
Compare
hugovk
merged commit
9d3c8d5
into
python-pillow:main
radarhere
deleted the
j2k_pclr
branch
data-sync-user
mentioned this pull request
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment