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

Is this project still alive?

Implemented in both GD and Imagick. Will place text on any combination of left, center, right horizontally and top, middle, bottom vertically. Rotation is supported. Calculations are made to ensure...

如何创建一张圆角png图片?

imagick库可以设置字间距 ```php $draw->setTextKerning($kerning); ``` 于是我在text方法中加入了setTextKerning方法,由于GD库没有这个方法,使用时可以判断是GD库还是imagick库,希望新版本能加上

找了半天,Google baidu bing 都没有解决的案例. 我觉得不应该啊.这是很正常的需求吧. 图片1=网络地址 图片2=网络地址 通过grafika 合成 得到图片三 为二进制 base64 格式 进行输出.

I can't use getVersion check this version. This function setImageOpacity not support. This function is deprecated from last stable version (3.4.4 - 2019-05-02) of PECL Imagick extension. (https://www.php.net/manual/zh/imagick.setimageopacity.php)

Small PR for you. `$opacity !== 1` passes with default values because float `1.0` (default value) is not equal to integer `1`. Added type hints to ensure user values are...

Hi, There's an error thrown by Gd Editor when using smart crop on portrait images when the provided width of crop is equal or larger to that of the original...