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.
Gigabyte
Posts: 1 Joined: 2018-09-14T04:04:20-07:00
Authentication code: 1152
Contact:
Post
by Gigabyte » 2018-09-14T04:10:19-07:00
Hello guys,
in the delegates.xml file the "wdp" command is wrong.
Code: Select all
<delegate decode="wdp" command="cmd.exe /c (move "%i" "%i.jxr"; "JXRDecApp.exe" -i "%i.jxr" -o "%o.pnm") & (move "%i.jxr" "%i" >nul) & (move "%o.pnm" "%o" >nul)"/>
the correct one is:
Code: Select all
<delegate decode="wdp" command="cmd.exe /c (move "%i" "%i.jxr" >nul) & ("JXRDecApp.exe" -i "%i.jxr" -o "%o.pnm") & (move "%i.jxr" "%i" >nul) & (move "%o.pnm" "%o" >nul)"/>
(see the correct and working jxr delegate)
have a nice day
dlemstra
Posts: 1570 Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:
Post
by dlemstra » 2018-09-14T07:38:49-07:00
Thanks for the patch we have changed this in IM6 and in IM7.
Users browsing this forum: Amazon [Bot] and 13 guests