process builder in java, convert and escape chars pb
Posted: 2009-01-28T11:08:46-07:00
Hello everyone!
Here is my problem: from a java class i'm executing the convert command through the java process builder, but inserting chars like " or ' the convert command doesn't execute correctly.
-draw, text 260,146 'abc'
The command is transmitted to image magick that converts the text into an image . How can i convert the chars ", ' into an image also? because instead of converting them into image i get an image with formatted text depending on the char type (ex if i put " it just excludes them, if i put ' i can't see the string that follows that char).
Thanx in advance :p
Here is my problem: from a java class i'm executing the convert command through the java process builder, but inserting chars like " or ' the convert command doesn't execute correctly.
-draw, text 260,146 'abc'
The command is transmitted to image magick that converts the text into an image . How can i convert the chars ", ' into an image also? because instead of converting them into image i get an image with formatted text depending on the char type (ex if i put " it just excludes them, if i put ' i can't see the string that follows that char).
Thanx in advance :p