mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-25 00:34:14 +03:00
Corrected comment
This commit is contained in:
parent
2a7ad14172
commit
dea75d1210
|
@ -132,7 +132,7 @@ ImagingNewPrologueSubtype(const char *mode, int xsize, int ysize, int size)
|
||||||
|
|
||||||
} else if (strcmp(mode, "BGR;15") == 0) {
|
} else if (strcmp(mode, "BGR;15") == 0) {
|
||||||
/* EXPERIMENTAL */
|
/* EXPERIMENTAL */
|
||||||
/* 15-bit true colour */
|
/* 15-bit reversed true colour */
|
||||||
im->bands = 1;
|
im->bands = 1;
|
||||||
im->pixelsize = 2;
|
im->pixelsize = 2;
|
||||||
im->linesize = (xsize*2 + 3) & -4;
|
im->linesize = (xsize*2 + 3) & -4;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user