From: dirk Date: Mon, 27 Jan 2014 20:24:30 +0000 (+0000) Subject: Fix for jpeg2000 stream. X-Git-Tag: 7.0.1-0~2771 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94ec76a6d81dd65072e65a4ddd8ea24a067cc9e5;p=imagemagick Fix for jpeg2000 stream. --- diff --git a/coders/dcm.c b/coders/dcm.c index 65095c24e..dddc4182c 100644 --- a/coders/dcm.c +++ b/coders/dcm.c @@ -3580,7 +3580,7 @@ static Image *ReadDCMImage(const ImageInfo *image_info,ExceptionInfo *exception) "jpeg:%s",filename); if (image->compression == JPEG2000Compression) (void) FormatLocaleString(read_info->filename,MaxTextExtent, - "jp2:%s",filename); + "j2k:%s",filename); jpeg_image=ReadImage(read_info,exception); if (jpeg_image != (Image *) NULL) {