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.
1 parent 7dbcb32 commit 283dcfcCopy full SHA for 283dcfc
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