View Issue Details

IDProjectCategoryView StatusLast Update
0000629ImageMagickBugpublic2014-10-16 17:16
Reporterfr4nk Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformOCOSeCSOS Version2.2 beta
Summary0000629: backslashes in output paths don't work
DescriptionIf 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.
TagsNo tags attached.

Activities

psmedley

2014-10-15 09:02

administrator   ~0002891

ok, i maybe see how to fix this....

gianfli

2014-10-15 17:51

reporter   ~0002892

Last edited: 2014-10-15 19:50

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.

gianfli

2014-10-16 17:16

reporter   ~0002893

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

Issue History

Date Modified Username Field Change
2014-10-09 05:53 fr4nk New Issue
2014-10-15 09:02 psmedley Note Added: 0002891
2014-10-15 17:51 gianfli Note Added: 0002892
2014-10-15 19:50 gianfli Note Edited: 0002892
2014-10-16 17:16 gianfli Note Added: 0002893