This is a class that generates thumbnail images on the fly. It may be useful for creating image galleries.
The thumbnails can be generated as the current script output or have its file data returned as a string.
The class supports caching the generated thumbnail images in server side files.
It requires the PHP GD extension. For remote files, url_allow_fopen must be set to on. If it is not, CURL is needed to access remote files.
Features Description:
- Cache
--> Thumbnails generated are cache-d so that you can access them faster should the content of the image not change
- Thumbnail
--> Standard thumbnail generation
- Auto-fitting
--> Need to fit an image within 300 by 300? Lazy to calculate the dimensions so that the image is not distorted? The class will do it for you!
- Scaling
--> Specify a scale to resize an image to! You can enlarge and shrink the image to as many times as you want!
|
|
| Name: |
Plottable Thumbnail Library |
| Base name: |
pthumb |
| Description: |
Generate thumbnail images with caching support. |
| Version: |
1.2.10 |
| PHP version: |
4.3.2 |
| License: |
GNU Lesser General Public License (LGPL) |
| All time users: |
3420 users |
| All time rank: |
884 |
| Week users: |
1 user |
| Week rank: |
2150  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (87.5%) |
Sufficient (79.2%) |
Sufficient (62.5%) |
Sufficient (75.0%) |
- |
- |
Sufficient (65.4%) |
449 |
| Month: |
Not yet rated by the users |
| |
Packages needed by this class |
|
|
| Class |
Dependency |
Why it is needed |
| HTTP Retriever |
Optional |
Used to retrieve remote files. Not needed if 'allow_url_fopen' is on or you have CURL extensions. |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|