\Greg\Support\Image
is working with images.
Extends: \Greg\Support\File
.
Includes File methods.
- getType - Get image type;
- getSize - Get image size;
- getResource - Get image resource;
- getWidth - Get image width;
- getHeight - Get image height;
- type - Get type of an image;
- size - Get size of an image;
- resource - Get resource of an image;
- width - Get width of an image;
- height - Get height of an image.
Methods description is under construction.