mirror of
https://github.com/python-pillow/Pillow.git
synced 2026-02-04 06:25:52 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
1e9aa829a8
commit
c4b08b4aa8
|
|
@ -162,14 +162,13 @@ const ModeData MODES[] = {
|
|||
.arrow_band_format = "s",
|
||||
.band_names = {"I"},
|
||||
},
|
||||
[IMAGING_MODE_I_16N] =
|
||||
{
|
||||
.name = "I;16N",
|
||||
.bands = 1,
|
||||
.pixelsize = 2,
|
||||
.arrow_band_format = "s",
|
||||
.band_names = {"I"},
|
||||
},
|
||||
[IMAGING_MODE_I_16N] = {
|
||||
.name = "I;16N",
|
||||
.bands = 1,
|
||||
.pixelsize = 2,
|
||||
.arrow_band_format = "s",
|
||||
.band_names = {"I"},
|
||||
},
|
||||
};
|
||||
|
||||
const ModeID
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user