mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 13:14:27 +03:00
Merge pull request #7444 from radarhere/bgr
This commit is contained in:
commit
8e5570e23b
|
@ -1575,7 +1575,7 @@ if (PySequence_Check(op)) { \
|
|||
}
|
||||
double value;
|
||||
if (image->bands == 1) {
|
||||
int bigendian;
|
||||
int bigendian = 0;
|
||||
if (image->type == IMAGING_TYPE_SPECIAL) {
|
||||
// I;16*
|
||||
bigendian = strcmp(image->mode, "I;16B") == 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user