I am using ImageMagick on a Mac, and I wanted to use it to create a geeklet (for GeekTool) that would display info slightly rotated clockwise. I have a code that would fetch some text, then make a rotated image of it. The code I am using for simple texts is:
Code: Select all
{part of code that fetches the text}| /opt/local/bin/convert -rotate 15 -background none -fill black -pointsize 24 -font Courier label:@- -trim /tmp/label.png
Please ask for explanation if I was not clear, I am not a native English speaker.
Thank you!