.JPM error | IM_MOD_RL_JPM_.dll missing

Magick.NET is an object-oriented C# interface to ImageMagick. Use this forum to discuss, make suggestions about, or report bugs concerning Magick.NET
Post Reply
Mauleyy
Posts: 5
Joined: 2014-09-17T23:54:27-07:00
Authentication code: 6789

.JPM error | IM_MOD_RL_JPM_.dll missing

Post by Mauleyy »

Hello community,
I have a problem with reading inforamtions from a .JPM file. A .JPM file is a JPEG-2000 Part 5 multipage file.
If I try to use my .NET in c# to read the length or something I get errors.
The error says that a "IM_MOD_RL_JPM_.dll is mising".

Here the Error:

Code: Select all

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>
Here is the file I tried: https://dl.dropboxusercontent.com/u/702 ... /image.jpm

Can someone help me?

Greetings.
Post Reply