gmagick icon indicating copy to clipboard operation
gmagick copied to clipboard

PHP extension that wraps the GraphicsMagick library. Access GraphicsMagick's capabilities via PHP.

Results 12 gmagick issues
Sort by recently updated
recently updated
newest added

Hi folks, I was testing out a watermark function, and while it works great with PNG images, my SVG image is being added with a lovely white background. Is there...

Currently, Gmagick provides support for `contrastimage()`, but not for `brightnesscontrastimage()`. The `MagickBrightnessContrastImage()` is here: https://www.imagemagick.org/api/MagickWand/magick-image_8c_source.html#l01053 Could you please add support for it? Thank you!

I used to try package 2.0.6RC1 for Alpinelinux (musl libc) for different architectures (**graphicsmagick 1.3.36**) https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/18208 The only failed test is ``` TEST 61/187 [tests/gmagick-056-set_getsamplingfactors.phpt] ========DIFF======== Array ( [0] =>...

ImagickDraw provides the above function to set the alignment of text when annotating an image. Please add the same functionality to Gmagick so that images can be annotated with multiple...

Can you please add support for this function? > PingImage() returns all the attributes of an image or image sequence except for the pixels. It is much faster and consumes...

Hi, I've noticed that all my Gmagick code runs on a single CPU core, which is a pity on servers with 8 cores or more, given that GraphicsMagick supports OpenMP....

These functions don't rely on an image wand, and so can be called statically - as can getQuantumDepth and probably others as well.

The methods below are missing, I'm going to post these here, with some instructions for someone who wants to contribute to follow. DrawingWand: Missing: CloneDrawingWand Missing: DrawClearException Missing: DrawGetException Missing:...

Hi, I encountered a bug in coalesceImages with some animated gifs. No problem with Imagick. Here is my test code: ``` $image = new Gmagick(); $image->readImageBlob($object->getData()); if($image->getNumberImages() > 1){ $image...

There are no tags in this git repository. I expected to see a tag for each version of this project that has been released.