Creating thumbnails

We already looked at using PHP to resize images on the fly, but using the same technique to create image thumbnails has problems. At the very least you will want to save time by storing the thumbnails as they are generated to avoid major slow-down. Perhaps the easiest way to implement this is to count the number of files in your images directory, compare it against the number that were there the last time the script was run, and if the number is different then regenerate the thumbnails.

 

Want to learn PHP 7?

Hacking with PHP has been fully updated for PHP 7, and is now available as a downloadable PDF. Get over 1200 pages of hands-on PHP learning today!

If this was helpful, please take a moment to tell others about Hacking with PHP by tweeting about it!

Next chapter: Analysis >>

Previous chapter: Making an object-oriented messageboard

Jump to:

 

Home: Table of Contents

Copyright ©2015 Paul Hudson. Follow me: @twostraws.