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

![image](https://user-images.githubusercontent.com/21995204/56862885-3e48e200-69e2-11e9-8fa6-1ae24c81281a.png) It started out like this. ![image](https://user-images.githubusercontent.com/21995204/56862892-515bb200-69e2-11e9-87dd-8e2921359553.png) and then, it black

When doing something like `$handle->resizeFill($image, 800, 400)` on a GIF, a transparent whitespace is being added. This doesn't occur when the exact same image is a JPEG: ![image](https://user-images.githubusercontent.com/9445616/55002706-5f7b7480-4fd7-11e9-8555-d55ab971ccaf.png) ![image](https://user-images.githubusercontent.com/9445616/55002723-62766500-4fd7-11e9-9d06-20227af28350.png) Original...

图片添加文字时,会有透明背景。是需要改哪里吗,现在图片不能上传0.0

the blend function 's opacity param must be 1, when is 1.0 and the image2 is a png,the result image is not right,the image2 will be white background color

when i do with blend $image->getCore()->setImageOpacity($opacity); php got an error,Call to undefined function setImageOpacity??? PHP Version 7.1.8 imagick module version 3.4.3 Imagick compiled with ImageMagick version ImageMagick 7.0.1-8 Q16 x86_64...

添加中文字体时,指定好中文字体文件了,但是生成好的图片有背景,这个怎么搞啊,还是这个里面的bug,所有的中文字体都是有背景的。

RE: Version pulled during April 2017. When resizing an image the final size appears slightly blurry when output to JPEG even when quality is set to 100%. It seems as...

Combines the behavior of `resizeFill` with `resizeFit` (aspect ratio is preserved, but the extra space is filled in with a solid color so the resulting image is the exact desired...