Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
python-pillow
/
Pillow
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.5k
Star
13.8k
Code
Issues
71
Pull requests
62
Discussions
Actions
Projects
Wiki
Security and quality
20
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Fix ImagingAccess for I;16N on big-endian
- #7921
#7921
Merged
hugovk
merged 11 commits into
python-pillow:main
python-pillow/Pillow:main
from
Yay295:testing
Yay295/Pillow:testing
Copy head branch name to clipboard
Apr 25, 2024
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Fix ImagingAccess for I;16N on big-endian
#7921
hugovk
merged 11 commits into
python-pillow:main
python-pillow/Pillow:main
from
Yay295:testing
Yay295/Pillow:testing
Copy head branch name to clipboard
Commits
Commits on Apr 20, 2024
use namedtuple for image mode info
Yay295
committed
139245a
View commit details
Copy full SHA for 139245a
Browse repository at this point
move image mode info variables to helper.py
Yay295
committed
5a4b771
View commit details
Copy full SHA for 5a4b771
Browse repository at this point
use common image mode list for TestImageGetPixel tests
Yay295
committed
0fed6a5
View commit details
Copy full SHA for 0fed6a5
Browse repository at this point
fix ImagingAccess for I;16N on big-endian
Yay295
committed
da7198c
View commit details
Copy full SHA for da7198c
Browse repository at this point
fix I;16N lib pack test
Yay295
committed
5dabc6c
View commit details
Copy full SHA for 5dabc6c
Browse repository at this point
get pixel size by counting bytes in 1x1 image
Yay295
committed
fe79ae5
View commit details
Copy full SHA for fe79ae5
Browse repository at this point
use hopper() for test_getdata_putdata()
radarhere
authored and
Yay295
committed
5573ec7
View commit details
Copy full SHA for 5573ec7
Browse repository at this point
rename "image_mode_names" to "modes"
radarhere
authored and
Yay295
committed
5c960d6
View commit details
Copy full SHA for 5c960d6
Browse repository at this point
ignore BGR;15/16 test failure on big-endian
Yay295
committed
9851057
View commit details
Copy full SHA for 9851057
Browse repository at this point
Commits on Apr 25, 2024
BGR;16 does not fail on big-endian
radarhere
authored and
Yay295
committed
5faebad
View commit details
Copy full SHA for 5faebad
Browse repository at this point
clean up comments in test_image_access.py
Yay295
committed
a4080a7
View commit details
Copy full SHA for a4080a7
Browse repository at this point
You can’t perform that action at this time.