Posts Tagged by photo

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

This is an image with the user caption and the site label, saved to a static file.

Part IV: Signing And Saving Your Masterpiece In part 3 of this tutorial, I showed you how to make your text fit and wrap it if necessary. Now all we need to do is add your site signature and save the file to disk. Why save the file to disk when the user can easily…

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…