We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae65315 + 283dcfc commit 29309e4Copy full SHA for 29309e4
src/decode.c
@@ -870,8 +870,6 @@ PyImaging_Jpeg2KDecoderNew(PyObject *self, PyObject *args) {
870
871
if (strcmp(format, "j2k") == 0) {
872
codec_format = OPJ_CODEC_J2K;
873
- } else if (strcmp(format, "jpt") == 0) {
874
- codec_format = OPJ_CODEC_JPT;
875
} else if (strcmp(format, "jp2") == 0) {
876
codec_format = OPJ_CODEC_JP2;
877
} else {
0 commit comments