Search found 2 matches
- 2012-10-26T08:43:44-07:00
- Forum: Windows COM+ & Visual Basic
- Topic: Turn on Debugging and Logging
- Replies: 0
- Views: 21322
Turn on Debugging and Logging
Hello, I am trying to turn on logging and debugging for imageMagick using the com object. My call: output = imageMagick.Convert( "-debug", "all","-size=185x","-background=transparent","-fill=black","-stroke=none","-font=" & descFont,"-pointsize=14","gravity=center","caption:"&couponTitle,descImg) My ...
- 2012-07-02T13:17:51-07:00
- Forum: Users
- Topic: Text is not sharp in new image creation
- Replies: 1
- Views: 5771
Text is not sharp in new image creation
Hi, I am having an issue getting any text to render cleanly. Convert( "-size=300x300","xc:white","-pointsize=12","-stroke=none","-font=c:\Windows\Fonts\ariblk.ttf", "-fill=black" ,"+antialias","-draw=text 10,50 'This is just a test'", output.jpg ) http://nextwebview.com/0.jpg Also Tried Convert ...