Skip to content

relationship between the PHP Imagick class and the magick command #84

Open
@cmette

Description

@cmette

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions