Quantcast
Channel: PHPDeveloper.org
Browsing latest articles
Browse All 10 View Live

DevShed: Dynamic Watermarking with PHP

From DevShed today, there's a new tutorial on using the built-in PHP image manipulation functionality (the GD libraries) to dynamically put watermarks on your images. PHP features a wide array of...

View Article



PHPit.net: Image manipulation with PHP & the GD library (Part 2)

New on PHPit.net today is part two of their series covering working with images in PHP through the GD graphics library. In this second part of the "Image manipulation with PHP & the GD library"...

View Article

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

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...

View Article

Gonzalo Ayuso's Blog: Watermarks in our images with PHP and mod_rewrite

Gonzalo Ayuso has a new tutorial posted to his site today showing how to use mod_rewrite and a little bit of PHP magic to watermark images without having to apply it to each one manually. he idea is...

View Article

Gonzalo Ayuso's Blog: Watermarks in our images with PHP and Gearman

Gonzalo Ayuso had previously shown how to dynamically add watermarks to your images with the help of a mod_rewrite rule. One of the side effects of this is that, with a high load on your server,...

View Article


Script-Tutorials.com: Watermark processing on images using PHP and GD

On the Script-Tutorials blog today there's a new tutorial posted showing you how to easily add watermarks to your images dynamically, either as a part of a cache generation or on upload. I will show...

View Article

Martin Psinas' Blog: Watermarking with text and ImageMagick

Martin Psinas has submitted a new tutorial he's written up (complete with sample code) showing how to watermark an image with ImageMagick. In my most recent venture with PHPMaster I was asked to write...

View Article

PHPMaster.com: Watermarking Images

PHPMaster.com has a recent tutorial showing how to use the built-in Imagick extension to watermark your images effectively. It talks about what makes a good watermark and how to superimpose one on...

View Article


PHPMaster.com: Adding Text Watermarks with Imagick

On PHPMaster.com there's a recent tutorial from Martin Psinas about how you can add text to an image with the help of Imagick, the image editing software that's available to PHP via an extension. In a...

View Article


SitePoint PHP Blog: Building a Web App with Symfony 2: Finalizing

On SitePoint's PHP blog they've posted the last part of their series about building a web application with the Symfony2 framework. In this latest part they cover a few more complex things you can do...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images