Skip to content

Commit

Permalink
Merge pull request #7444 from radarhere/bgr
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 13, 2023
2 parents 31d4c77 + ceca12e commit 8e5570e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_imaging.c
Expand Up @@ -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;
Expand Down

0 comments on commit 8e5570e

Please sign in to comment.