grafika icon indicating copy to clipboard operation
grafika copied to clipboard

An image processing library for PHP

Results 27 grafika issues
Sort by recently updated
recently updated
newest added

Current API just creates a black image: Grafika::createBlankImage(100,100); With the new API, we add a third param Color. Below creates a blank canvas with a transparent white background: use Grafika\Grafika;...

enhancement

Is there any functionality to work with EXIF data, for example deleting some info?

enhancement

I have a Laravel application that uses Grafika and had been working for months if not years. Without touching anything in my code, I **installed the ImageMagick php extension** and...

求支持php8或更高

1, imagick && gd support webp format 2,solve php warning bug 3,imagick handle gif resize size bug

https://github.com/kosinix/grafika/blob/211f61fc334b8b36616b23e8af7c5727971d96ee/src/Grafika/Imagick/Editor.php#L381 根据php文档 https://www.php.net/manual/en/imagick.setimageopacity.php > This function has been DEPRECATED as of Imagick 3.4.4. Relying on this function is highly discouraged. 需要更改为 setImageAlpha()