Add shadow text with API

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
jlacard

Add shadow text with API

Post by jlacard »

Hello,

I successfully added shadow to image with C MagickCore API but I can't find any solution to add text with shadow on a background image.

Can anyone help me ?

Thanks

Jacques
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Add shadow text with API

Post by anthony »

Once you have added the shadow to the text you can THEN overlay it on a background image. You can not generate the shadow for text that is already on the background without first some how seperating the two.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply