Simplified RGB to I;16, I;16L and I;16B conversion by radarhere · Pull Request #8008 · 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
Apr 24, 2024Merged
Simplified RGB to I;16, I;16L and I;16B conversion#8008
hugovk merged 1 commit intopython-pillow:mainfrom
Simplified RGB to I;16, I;16L and I;16B conversion#8008
hugovk merged 1 commit intopython-pillow:mainfrom
Conversation
Copy link Copy Markdown
Member
Discussion at fb6b860#r141279400 has revealed that when converting from RGB to an I;16* mode, the result is not going to be larger than 8 bits, and so the code can be simplified.
radarhere referenced this pull request
Apr 24, 2024lukegb approved these changes Apr 24, 2024
Copy link Copy Markdown
Contributor
lukegb
left a comment
lukegb
left a comment
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks for the cleanup!
nulano approved these changes Apr 24, 2024
hugovk
added
the
Cleanup
label
hugovk
merged commit
1fc1179
into
python-pillow:main
radarhere
deleted the
convert
branch
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