// PHP 3D Postcard generator v1.0.2 // Copyright (C) 2008 JF Nutbroek // See the included End User License Agreement (EULA) Requirements: * You need PHP4/PHP5 with ttf font support and GD2 or higher Limitations: The PHP memory limit, which is set in php.ini, determines the maximum size of your uploaded photos. A memory limit of 16MB results in a photo of approx. 640x480px with maximum 200kB filesize. Installation: - Create a directory on your webserver, for example: '3dpostcard' - Copy all files and directories from 3D Postcard Generator to this directory - The directory '3dgfx' and 'inc' should have full read/write access, chmod 0777 - Add your own photos in the directory '3dgfx', names should be 'postcard00' until 'postcard99' corresponding thumbnails should be named 'postcardxx_thumb' - Add TTF fonts to the directory 'fonts', more can be downloaded from http://www.creamundo.com Have fun!