Skip to content

Commit

Permalink
Restored comment
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere authored Oct 7, 2023
1 parent d9283fd commit ceca12e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/_imaging.c
Original file line number Diff line number Diff line change
Expand Up @@ -1577,6 +1577,7 @@ if (PySequence_Check(op)) { \
if (image->bands == 1) {
int bigendian = 0;
if (image->type == IMAGING_TYPE_SPECIAL) {
// I;16*
bigendian = strcmp(image->mode, "I;16B") == 0;
}
for (i = x = y = 0; i < n; i++) {
Expand Down

0 comments on commit ceca12e

Please sign in to comment.