View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000629 | ImageMagick | Bug | public | 2014-10-09 05:53 | 2014-10-16 17:16 |
Reporter | fr4nk | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Platform | OC | OS | eCS | OS Version | 2.2 beta |
Summary | 0000629: backslashes in output paths don't work | ||||
Description | If you use backslashes (\) inside the path for an output (target) file it doesn't work. Slashes (/) are working. For input files backslahes working like expected. | ||||
Tags | No tags attached. | ||||
|
ok, i maybe see how to fix this.... |
|
Maybe this is not related to this issue, however: Here convert.exe need two steps to convert (no tested all formats): [c:\imagemagick\bin]set MAGICK_CONFIGURE_PATH=C:\imagemagick\lib\ImageMagick-6.8.9\config-Q16 [c:\imagemagick\bin]convert DSC_2227.JPG C:\DESKTOP\test.png [c:\imagemagick\bin]start ib c:\desktop\test.png on PM pop-up "Unable to open test.png (rc=6522)" the second [c:\imagemagick\bin]convert DSC_2227.JPG C:\DESKTOP\test.png [c:\imagemagick\bin]start ib c:\desktop\test.png works; The same occurr with all my builds (6.8.9 and previous) and affect also the library, since the latest Qt converseen i.e. (http://converseen.fasterland.net/), need two steps to convert, and fail if the destination path is on a different drive. I was waiting for your update to confirm this strange behaviour and report it. No idea until now, but really, i've never investigate so much, since i was convinced it was a minor bug afflicting only the versions in question. |
|
Yes, it is related to the same issue, and it is also randomly, into the same session: [c:\imagemagick\bin]convert DSC_2227.JPG x:\test3.png works [c:\imagemagick\bin]convert DSC_2227.JPG c:\desktop\test3.png not works [c:\imagemagick\bin]convert DSC_2227.JPG c:/desktop/test3.png works [c:\imagemagick\bin]convert DSC_2227.JPG c:\desktop\test3.png works the same for library |