IM can't handle %% in paths

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
akes
Posts: 4
Joined: 2018-03-20T23:48:00-07:00
Authentication code: 1152

Re: IM can't handle %% in paths

Post by akes »

Sorry forgot replying earlier, have been away for a while.
Setting full path and [0] in double quotes fails with with same error.
This is the only combination so far than I get problems with during testing with e.g. ' " \  •
The folders contains brand names and some of them are strange. I agree that the best would be to use only "a-z,A-Z,_" but I'm not in charge.
If I run the command with "%%%" (or "%%%%") instead of "%%"it works (seem like convert is doing %-replacement on paths as well). I guess this is the way I need to go.

Thank you all for trying to help me!
Post Reply