Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Hello community,
I have a problem with identify a .JPM file. A .JPM file is a JPEG-2000 Part 5 multipage file.
If I try to identify it I get the error:
C:\Users\hueser>cd c:\tmp
C:\tmp>identify.exe DirectoryName = "C:\tmp\JPGATTREXC-2\JPGATTREXC-2\bin\Debug\testFiles\JPG2000\image.jpm"
identify.exe: unable to open image `DirectoryName': No such file or directory @error/blob.c/OpenBlob/2658.
identify.exe: no decode delegate for this image format `' @ error/constitute.c/ReadImage/501.
identify.exe: unable to open image `=': No such file or directory @ error/blob.c/OpenBlob/2658.
identify.exe: no decode delegate for this image format `' @ error/constitute.c/ReadImage/501.
identify.exe: unable to open module file `C:\Program Files (x86)\ImageMagick-6.8.9-Q16\modules\coders\IM_MOD_RL_JPM_.dll': No such file or directory @ warning/module.c/GetMagickModulePath/672.identify.exe: no decode delegate for this image format `JPM' @ error/constitute.c/ReadImage/501.
c:\tmp>
C:\Users\hueser>cd C:\tmp
C:\tmp>identify.exe "C:\tmp\JPGATTREXC-2\JPGATTREXC-2\bin\Debug\testFiles\JPG2000\image.jpm"
identify.exe: unable to open module file `C:\Program Files (x86)\ImageMagick-6.8.9-Q16\modules\coders\IM_MOD_RL_JPM_.dll': No such file or directory @ warning/module.c/GetMagickModulePath/672.
identify.exe: no decode delegate for this image format `JPM' @ error/constitute.c/ReadImage/501.
C:\tmp>