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.
- Host: GitHub
- URL: https://github.com/code-architect/image-processing-library
- Owner: code-architect
- Created: 2015-02-15T11:51:05.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T13:35:00.000Z (about 9 years ago)
- Last Synced: 2024-12-28T13:34:04.455Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README..md
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.