Open
Description
Hello to the round,
can someone explain me in more detail the relationship between the PHP Imagick class and the magick command of the command line tools? (I am using PHP 8.1.6 with ImageMagick 7.1.0.18).
I want to use the commands from the example here:
https://imagemagick.org/script/convex-hull.php
...translate into PHP code. In general there should be an equavalent call to the class Imagick - or not?
$imagick = new \Imagick();
$imagick->convexHull() ??
but this is not the case.
Is there any way to translate the Examples from https://imagemagick.org/script/ into PHP code?
Many greetings.
Theo
PS: see my post here: ImageMagick/ImageMagick#5198
Metadata
Metadata
Assignees
Labels
No labels