From: Vincent Vanwaelscappel Date: Thu, 28 Sep 2023 06:41:25 +0000 (+0200) Subject: wip #6300 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ff367a81ed13dd4a859d05c48195e88d9b17c54e;p=cubist_util.git wip #6300 --- diff --git a/src/CommandLine/Imagemagick.php b/src/CommandLine/Imagemagick.php index 49ba40f..ec1090d 100644 --- a/src/CommandLine/Imagemagick.php +++ b/src/CommandLine/Imagemagick.php @@ -118,6 +118,10 @@ class Imagemagick extends CommandLine $cl->execute(); } + /** + * @param $image string + * @return Color + */ public static function getAverageColor($image) { $cl = new self();