asp/vb: Prob drawing text
Posted: 2007-10-30T07:29:19-07:00
Hello ppl,
i have been trying to solve that problem for all day. Also Searching the forums did not help me.
I am trying to accomplish something very simple: I want to draw some text on an existing .gif file
Thats the code i use for it:
s = oimg.mogrify("-draw", "text 2,2 'xxx'", "c:\web\customers\lwz\symbol\blabla.gif")
The image is processed, as i can see it gets an new timestamp in explorer, however no text shows up.
The image that i try to alter, has been produced successfully by ImageMagic. Its size is 39x72 pixels.
I also tried this:
msgs = oimg.mogrify("-draw", "text 0,5 'X'", "-font", "Arial", "-pointsize", "8", "c:\web\customers\lwz\symbol\blabla.gif")
however same (no) result.
please can someone enlighten me?
Many Tanks and best wishes from Austria
i have been trying to solve that problem for all day. Also Searching the forums did not help me.
I am trying to accomplish something very simple: I want to draw some text on an existing .gif file
Thats the code i use for it:
s = oimg.mogrify("-draw", "text 2,2 'xxx'", "c:\web\customers\lwz\symbol\blabla.gif")
The image is processed, as i can see it gets an new timestamp in explorer, however no text shows up.
The image that i try to alter, has been produced successfully by ImageMagic. Its size is 39x72 pixels.
I also tried this:
msgs = oimg.mogrify("-draw", "text 0,5 'X'", "-font", "Arial", "-pointsize", "8", "c:\web\customers\lwz\symbol\blabla.gif")
however same (no) result.
please can someone enlighten me?
Many Tanks and best wishes from Austria