Restored comment

This commit is contained in:
Andrew Murray 2023-10-07 07:00:29 +00:00 committed by GitHub
parent d9283fd1f8
commit ceca12e876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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++) {