Page 1 of 1

Quote in label under windows

Posted: 2006-05-24T05:44:51-07:00
by vav
I'm trying to convert text with doublequotes using this command:

Code: Select all

convert "label:test\" test" test.png 2>&1
I receive an error:

Code: Select all

convert: no encode delegate for this image format `2>&1'.
I'm using IM 6.2.7 under Windows XP. How should I escape doublequote?

Posted: 2006-05-24T19:30:38-07:00
by anthony
First remove the 2>&1 argument. That is a UNIX shell control, and nothing to do with imageMagick. Now see want it does.