Quote Image Generator: PHP scripts to generate png images from quotes.
- php-gd extension
- Write permission on images/
- Write permission on phrase.png
generateAll.phploads al availale phrases and generates the images.change.phpchanges the currentphrase.pngfile to one chosen at random from all the available images (if the image for the chosen phrase has not been written ti will be written.
- Configure fonts and size if you need to, in
config.php. - Make sure the
imagesdirectory exists and has write access. (All the generated images go here). - Make sure
phrase.pngfile can be written. Either- The root folder can have write access (less recommended).
- The file already exists and has write access.
- Somehow fill loadPhrases.php with your phrases. (mysql, csv, sqlite, google spreadsheets, anything you want)