Use https://github.com/ImageMagick/ImageMagick/discussions instead.
Skip to content
Go to advanced search
Code: Select all
$path = "e:/test/3.jpg"; $im = new Imagick(); $im->readimage($path);