- Impact
- 0
This image thumbnail script is different than anything you have ever seen before. It is great for using with databases! Supports GD2 and ImageMagick.
Here is how it works:
Lets say this is your directory structure:
/img/people/bob.jpg (image is 800x600)
/img/pets/rover.png (image is 800x600)
To place a thumbnail image on your site with the dimensions: 100x100 you simply set the src attribute in the image tag to:
/_thumb/img/people/bob-100x100.jpg
/_thumb/img/pets/rover-100x100.png
Its that easy! No one will be able to tell your images are dynamically generated! The script is only loaded if a thumbnail hasn't been created.... all images are cached for maximum efficiency!
Requires Apache 2 w/ modrewrite
Here is how it works:
Lets say this is your directory structure:
/img/people/bob.jpg (image is 800x600)
/img/pets/rover.png (image is 800x600)
To place a thumbnail image on your site with the dimensions: 100x100 you simply set the src attribute in the image tag to:
/_thumb/img/people/bob-100x100.jpg
/_thumb/img/pets/rover-100x100.png
Its that easy! No one will be able to tell your images are dynamically generated! The script is only loaded if a thumbnail hasn't been created.... all images are cached for maximum efficiency!
Requires Apache 2 w/ modrewrite







