Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (20 loc) · 1.18 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.18 KB

PHP Library for Image processing

Latest Stable Version Total Downloads Monthly Downloads Software License

This package is abandoned and no longer maintained. The author suggests using the intervention/image package instead.

Install

composer require geo6/php-image-tools

Functions

This library provides following functions :

thumbnail()

Generates thumbnail by defining maximum size for the long side of your image.

EXIFRotate()

Rotates your image based on EXIF Orientation parameter (see https://www.impulseadventure.com/photo/exif-orientation.html).

save()

Save your (new) image on the disk.

display()

Send your image to the browser with correct headers to display it.