python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Imagick function that works on one server and doesn't work on another
I have a problem moving my script from one server to one other.
The PHP script read a PDF file and create an image for each page of the pdf.
This script currently works in an environment that has thes...
Sebastiano S.
Votes: 0
Answers: 1
ImageMagick command not running in Powershell window but can run in cmd window
This command is to add a watermark to an image
magick nature.jpg -set option:watermarkWidth "%[fx:int(w*0.25)]" -alpha set -background none ( -fill "#FFFFFF80" -stroke "#FF000...
Willis
Votes: 0
Answers: 2
Imagick/Gmagick crashing on Hostinger when converting PDF to jpg
I'm trying to get it to work using PHP on Hostinger.
I have tried the following:
$white=new Imagick($fichero["tmp_name"]); $white->setImageFormat('jpg'); $nombre = explode(".", ...
Ivan Rodríguez
Votes: 0
Answers: 0
PHP imagick - non-conforming drawing primitive definition `text' @ error/draw.c/RenderMVGContent/4469
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 (c) 2002-2021, by ...
Anton
Votes: 0
Answers: 1