https://github.com/benjaminpick/yaial
Yet Another Image Abstraction Layer
https://github.com/benjaminpick/yaial
Last synced: about 1 month ago
JSON representation
Yet Another Image Abstraction Layer
- Host: GitHub
- URL: https://github.com/benjaminpick/yaial
- Owner: benjaminpick
- License: gpl-2.0
- Created: 2012-09-05T12:10:43.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-15T08:02:47.000Z (over 13 years ago)
- Last Synced: 2023-03-11T10:12:13.374Z (over 3 years ago)
- Language: PHP
- Homepage: http://www.yellowtree.de
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Yet Another Image Abstraction Layer
===================================
Supported Implementations:
- GD2 (needs PHP extension) (some unit tests failing...)
- Imagick (needs PHP extension & platform binaries)
- Gmagick (needs PHP extension & platform binaries)
Features:
- rotate, scale and resize images
- combine 2 images
- combine 2 images of different implementations
Licence:
GPL v2 or later
Similar Projects:
- https://github.com/avalanche123/Imagine