News Feed
Jobs Feed
Sections




News Archive
Bob Majdak's Blog:
Making images transparent using Imagick - enter the pixel iterator
July 16, 2012 @ 08:35:37

In this recent post to his blog Bob Majdak looks at how to use the Imagick functionality to create images with transparent backgrounds.

So we have this image, and we want to set it to be 75% transparent using Imagick. This sounds simple enough, doesn't it? Perhaps we are trying to create a watermark, or we just want to fade the image for some reason.

He shows how to use the ImagickPixelIterator to take care of some of the issues that can be caused by just a call to "setImageOpacity". A code sample is included in the post showing how to take a source image and make it transparent without ending up with a white border/black background like the other version.

0 comments voice your opinion now!
imagick transparent pixeliterator tutorial transparent


blog comments powered by Disqus

Similar Posts

Lorna Mitchell's Blog: Retrieving Data from Google Analytics API using PHP

Tiffany Brown's Blog: PHP quickie: is_numeric() versus ctype_digit()

PHPMaster.com: Writing Custom Session Handlers

SitePoint.com: Be More Asssertive: Getting to Know PHPUnit's Assertions

Gonzalo Ayuso's Blog: Moving singleton and factory patterns to Abstract with php 5.3


Community Events











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


example language tool zendframework2 framework podcast release introduction unittest community opinion testing code phpunit application series interview object functional development

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