News Feed
Jobs Feed
Sections




News Archive
Mikko Koppanen's Blog:
Choosing watermark color based on the background luminosity
October 13, 2007 @ 16:04:00

Mikko Koppanen has another blog entry posted dealing with image manipulation with PHP and Imagick, this time it's a cool little script that lets you pick your watermark's color based on the image's background luminosity.

Usually images are watermarked using a predefined color (let's say for example "white"). How well does this actually work when you're doing the watermark on a light or even a white image? The answer is simple: not very well.

His example uses the ImagickPixelIterator to check the luminosity of the background and assigns the text a value between black and white according to the background. Complete code with usage and examples of the resulting images are included.

0 comments voice your opinion now!
imagick watermark color background luminosity imagick watermark color background luminosity


blog comments powered by Disqus

Similar Posts

AnyExample.com: Convert RGB from/to HTML hex color

Mikko Koppanen: Requested examples: Animating GIF Images

Mikko Koppanen's Blog: Fill patterns

Mikko Koppanen's Blog: Choosing watermark color based on the background luminosity

PHPMaster.com: Adding Text Watermarks with Imagick


Community Events









Don't see your event here?
Let us know!


framework community opinion database phpunit interview code example language testing podcast tool zendframework2 release object introduction development unittest api composer

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework