mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 21:24:31 +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;
|
double value;
|
||||||
if (image->bands == 1) {
|
if (image->bands == 1) {
|
||||||
int bigendian;
|
int bigendian = 0;
|
||||||
if (image->type == IMAGING_TYPE_SPECIAL) {
|
if (image->type == IMAGING_TYPE_SPECIAL) {
|
||||||
// I;16*
|
// I;16*
|
||||||
bigendian = strcmp(image->mode, "I;16B") == 0;
|
bigendian = strcmp(image->mode, "I;16B") == 0;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user