imagick icon indicating copy to clipboard operation
imagick copied to clipboard

🌈 The Imagick PHP extension 🌈

Results 246 imagick issues
Sort by recently updated
recently updated
newest added

Imagick svg to png,the png pic has the black border,how to fix? That's the code: ``` $im = new Imagick($file_name); $svg = file_get_contents($file_name); $svg = ''.$svg; $im->setBackgroundColor(new ImagickPixel('transparent')); $im->readImageBlob($svg); $im->setImageFormat("png24");...

Hİ, everyone. I have a project and I need to download images. While there is no problem in normal writings, there is an error in the Arabic word. setTextDirection command...

upstream

Hi there. Linked images in svg files using xlink:href both http and local are not shown after svg->pdf conversion testing environment: Ubuntu 20.04 Php 8.1.8 pecl/imagick 3.7.0 ``` Version: ImageMagick...

I don't know exactly where the error lies when doing the conversion, but doing some tests I see that the expansion of the lines occurs when I remove the clip-path...

Yeah, I know. Looks like the box got compromised, and I'll need to fire up a new server.

svg file [(m.svg)](https://ucarecdn.com/bc3d17b0-9a83-406f-bab5-d40704f0d075/) I got some variants of svg->png conversation **First variant of png** (right version): **Second variant of png**: **Third variant of png**: First variant of png was made...

upstream

Because jumping through imagemagick hoops is dumb. ``` inkscape "m.svg" --export-filename="/var/app/bugReports/gh551/output_inkscape_directly.png" \ --export-dpi="96" \ --export-background="white" \ --export-background-opacity="255" > inkscape_output.txt 2>&1 ```

Documentation

php imagick roundCorners can't use how to resolve it

I'm using laravel and bacon qr code PHP: PHP Version 7.4.20 System: Windows NT DESKTOP-PSF7LUO 10.0 build 22581 (Windows 10) AMD64 Build Date: Jun 1 2021 20:24:46 Compiler: Visual C++...

PHP version: ``` PHP 7.4.20 (cli) (built: Jun 28 2021 22:14:08) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies with Xdebug v3.0.4, Copyright...