Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.
/ php-image-tools Public archive

PHP Library that provides tools for image processing (thumbnail, EXIF rotation, ...)

License

Notifications You must be signed in to change notification settings

geo6/php-image-tools

Repository files navigation

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.

About

PHP Library that provides tools for image processing (thumbnail, EXIF rotation, ...)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages