From 562aa0c208c262074f7b100fb5c4468645123369 Mon Sep 17 00:00:00 2001 From: Danack Date: Sat, 30 Oct 2021 16:05:08 +0100 Subject: [PATCH] Add link to phpimagick example site. --- include/develop.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/develop.php b/include/develop.php index 52f7eb6d..7d146f0d 100644 --- a/include/develop.php +++ b/include/develop.php @@ -70,7 +70,7 @@
PHP
-
IMagick is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here.
+
IMagick is a native PHP extension to create and modify images using the ImageMagick API. Documentation for the extension is available here, and a site showing examples is available at PHPImagick.com.
 
phMagick is a wrapper class for ImageMagick, wrapping the most common web image manipulation actions in easy to use functions, but allowing full access to ImageMagick's power by issuing system calls to it's command-line programs.