Richard Davey's Blog: Easy Reflections
On his blog today, Richard Davey shares a bit of code that will take an image and make a "nicely formatted reflection" of it automatically. You can use it to give your site that 'iTunes / Apple' look...
View ArticlePHPClasses.org: 3D graphics in pure PHP
As spotlighted by the folks over on PHPClasses.org, there's a developer, László Zsidi, who has contributed several packages to the repository - including some that work to create 3D images with just...
View ArticlePHPClasses.org: CAPTCHA harder to break using animations
PHPClasses.org is spotlighting another package from their site today - this time it's a CAPTCHA class that takes things a step further and introduces animation into the mix to make it even harder for...
View ArticlePHPClasses.org: PHP security exploit with GIF images
On the PHPClasses site today, there's a new post that points out an issue that could happen with dyanamic GIF creation in a PHP script leading to a security exploit. Manuel Lemos writes: The problem...
View ArticleBuilder.com.au: PHP exploit code plants itself in GIF
Builder.com.au has a new article today about the recent image issue - the PHP code embedded inside the GIF - that's come up on several sites. The exploit code slipped through the site's defenses with...
View ArticleDevShed: Creating Image Streams from Existing Graphics with the GD Library in...
DevShed continues its look at using the GD graphics library in PHP with the second part of the tutorial series, this time focusing on the creation of images from existing images (and their streams)....
View ArticleMikko Koppanen: Requested examples: Animating GIF Images
At the request of another developer, Mikko Koppanen has written up a post for his blog today showing how to create animated GIFs in PHP with Imagick. Today's example was requested by a user called...
View ArticleLorenzo Alberton's Blog: Create a video preview as animated GIF with FFmpeg...
Lorenzo Alberton has posted a new item to his blog with a code snippet showing the combination of FFmpeg and features in PHP's SPL to make a GIF preview. About one year ago, I had to create animated...
View ArticleSameer Borate's Blog: Unpacking binary data in PHP
Sameer Borate has a new post to his blog today talking about a method for unpacking binary data directly in PHP - specifically in working with images. To set the stage we will start with a programming...
View ArticleNetTuts.com: The 11 Phases of a Web Developer's Career (As Illustrated by Memes)
NetTuts.com has started off the week on a humorous note with this latest post showing the "11 Phases of a Web Developer's Career" as illustrated with animated GIFs of various internet memes. The...
View Article