mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-24 15:50:33 +03:00
Restored comment
This commit is contained in:
parent
d9283fd1f8
commit
ceca12e876
|
@ -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++) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user