Added S to list of I;16 formats

This commit is contained in:
Andrew Murray 2015-08-23 13:06:12 +10:00
parent 2152b26515
commit 5a94af6195

View File

@ -116,7 +116,7 @@ ImagingNewPrologueSubtype(const char *mode, int xsize, int ysize,
im->linesize = xsize * 4;
im->type = IMAGING_TYPE_INT32;
} else if (strcmp(mode, "I;16") == 0 || strcmp(mode, "I;16L") == 0 \
} else if (strcmp(mode, "I;16") == 0 || strcmp(mode, "I;16L") == 0 || strcmp(mode, "I;16S") == 0 \
|| strcmp(mode, "I;16B") == 0 || strcmp(mode, "I;16N") == 0) {
/* EXPERIMENTAL */
/* 16-bit raw integer images */