Files and Folders: Image Resize Class
Sujay Bhowmick (contact me)
This package is meant to resize images of different formats. Currently, the supported formats are JPEG and PNG.
The package is based on factory design pattern. There is a ImageResize base class and subclasses for specific image file formats.The ImageResizeFactory class has a factory method which is used to determine which of the sub-classes specialized in each of the supported formats is to be instanciated. The choice of sub-class is made upon the determination of the input image file format from its file name extension.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Good (81.7%)
| Sufficient (76.7%)
| -
| Sufficient (71.7%)
| -
| -
| Not sure (55.7%)
| 914 |
Click here for detailed information about this class on phpclasses.org