Posts Tagged by image

PHP Tutorial: Creating A MemeGenerator / Cheezburger Clone - Part 2

Part II: Adding Text To Your Image In Part 1 of this series, I dealt with installing ImageMagick, installing the Imagick extensions for PHP, creating an .htaccess file that lets you run scripts with .jpg extensions, and last, a simple script that uses ImageMagick to load a picture and deliver it to the browser. Today…

PHP Tutorial: Creating A MemeGenerator / Cheezburger Clone - Part 1

INTRODUCTION Meme Generator has become an integral part of the Facebook experience, it seems. It's hard to go a day without seeing one of its photos with custom captions. It's basically the latest iteration of the same technology that powers the Cheezburger family of sites... A tool that lets users write on pictures. I've had…