Hi
I have a base image and some text. I need to apply some font type, font size and color styles on the text, merge it with the base image at a predefined location and then produce a final image with formatted text as part of the image.
I tried using image.Annotate() method and it works fine to add plain text at a particular Gravity. But it doesn't allow me to format the text with a specific font type, color and size. I need to be able to do that.
Please help
I have a base image and some text. I need to apply some font type, font size and color styles on the text, merge it with the base image at a predefined location and then produce a final image with formatted text as part of the image.
I tried using image.Annotate() method and it works fine to add plain text at a particular Gravity. But it doesn't allow me to format the text with a specific font type, color and size. I need to be able to do that.
Please help