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?".
This gives me an image of 1920 x 1080 pixels with the text justified over the full width. I expected (as the example in the documentation shows) text with small letter in the upper left corner. I looks like the -pointsize instruction is not accepted.
Can anybody help me ?
I run image magick 6.5.4 under ubuntu jaunty on a amd64 box.
Thanks
Last edited by cotcot on 2009-08-07T09:05:57-07:00, edited 1 time in total.
You have bad space characters in your command line. After I zapped gremlins in your text, it worked fine for me. I also did not have your font, so changed to something more common. Perhaps your Palatino-Italics is not ttf.
This ability to use BOTH -size and -pointsize together was only added recently! That is in IM v6.5.2-4.
The warning on the "Text to Image Handling" section of IM examples
says...
Before version 6.5.2-4, IM would completely ignore the "-pointsize" setting if a "-size" setting is also given. This causes the text to be auto-sized to 'best fit' the size given.