An open API service indexing awesome lists of open source software.

https://github.com/code-architect/image-processing-library

A stand alone no dependencies library. This is a simple but contains very useful functions of GD image processing library function . Image Processing in php including watermark.
https://github.com/code-architect/image-processing-library

Last synced: 2 months ago
JSON representation

A stand alone no dependencies library. This is a simple but contains very useful functions of GD image processing library function . Image Processing in php including watermark.

Awesome Lists containing this project

README

          

#Image-Processing-Library

##Description
This is a simple but contains very useful functions of GD image processing library function (http://php.net/manual/en/ref.image.php).

This library contains:
* File name filtering.
* Creating unique file name on the fly, i.e. upload.
* Resizing image.
* Cropping image into thumbnail.
* Converting any image into jpg or jpeg.
* Watermarking image

Just include the library file and follow the example file given.