how to write text with angle orientation?

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?".
Post Reply
silversonicaxel
Posts: 10
Joined: 2013-12-19T07:00:20-07:00
Authentication code: 6789

how to write text with angle orientation?

Post by silversonicaxel »

Hi guys,
is it possible to use web fonts to write some text over the image with a particular angle orientation, and which command should I use?
guess it going from a left bottom corner to the right top corner (just an example)


thanks in advance
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: how to write text with angle orientation?

Post by snibgo »

Just use "-annotate" or another text command and "-rotate". And "-shear" if you want. http://www.imagemagick.org/script/comma ... ptions.php
snibgo's IM pages: im.snibgo.com
Post Reply