vote up 1 vote down star
1

Is there a good image watermark control for Delphi? It would be nice if it could receive both text and images to insert in a base photo.

I would also prefer it was free.

flag

50% accept rate
Slow down with the questions and focus on some quality. Check out some of my edits for examples. – Rich B Feb 11 at 1:07

2 Answers

vote up 0 vote down

Take a look at Graphics32 together with GraphicEX.

Or see if PascalMagick does the trick.

link|flag
vote up 1 vote down

I couldn't find any pre-packaged controls. But watermarking is not very hard at all. All you simply need to do is draw an image on top of another image with the use of alpha blending. This site has a whole section on alpha blending in Delphi. They provide links to graphics libraries which have implemented it.

However if you're using Delphi.NET, and can access the relevant classes in the framework, there is an easier way using only framework methods.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.