A smaller subset of Grafika that works in PHP 5.2
- Works in PHP 5.2 (yup WordPress)
- Common image ops: resize, crop, smart-crop, blend, fill, text, opacity
- Image compare: compare, equal
- Special: smart-crop
- Transforms: flip, rotate
- Supported images: JPG, PNG, GIF, Animated GIF (Works even if you only have GD installed)
require_once 'src/autoloader.php';
$editor = Grafikon::createEditor(); // Will try and create Imagick editor or fallback to GD
$image = $editor->open('image.jpeg');
$editor->resize($image, 200, 100, 'fit');
$editor->save('out.png');
`
https://packagist.org/packages/kosinix/grafikon
Grafikon is dual licensed:
- MIT
- GPL-2.0+
Liberation Sans is licensed under SIL Open Font License.