Greetings,
First, I would like to thank MagickImage team for the amazing effort and the great functionality this environment is providing.
I am new to the MagickImage, Magick.NET specifically. I am interested to start by appending some text to the image as a footer. I don't want the text to overlay the image, but I want the text to be appended to the bottom as an extra portion. I tried to search on how to do that in .NET, but unfortunately I could not find the way. I saw how to so using the command line, but I need some help in doing the same in .NET environment. The command line that I saw is as follows:
convert dragon.gif -background Khaki label:'Faerie Dragon' \
I am asking for your help in applying the same in .NET code.
I appreciate your help.
Thanks,
Menhal
First, I would like to thank MagickImage team for the amazing effort and the great functionality this environment is providing.
I am new to the MagickImage, Magick.NET specifically. I am interested to start by appending some text to the image as a footer. I don't want the text to overlay the image, but I want the text to be appended to the bottom as an extra portion. I tried to search on how to do that in .NET, but unfortunately I could not find the way. I saw how to so using the command line, but I need some help in doing the same in .NET environment. The command line that I saw is as follows:
convert dragon.gif -background Khaki label:'Faerie Dragon' \
-gravity Center -append anno_label.jpg
Source: http://www.imagemagick.org/Usage/annotating/I am asking for your help in applying the same in .NET code.
I appreciate your help.
Thanks,
Menhal