]> _ Git - cubist_util.git/commitdiff
wip #6300
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 28 Sep 2023 06:41:25 +0000 (08:41 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 28 Sep 2023 06:41:25 +0000 (08:41 +0200)
src/CommandLine/Imagemagick.php

index 49ba40f0d84a987a70c0b396e3defb67f184fac2..ec1090d14e8a7855d3099a2e57b7423ee51b29fa 100644 (file)
@@ -118,6 +118,10 @@ class Imagemagick extends CommandLine
         $cl->execute();
     }
 
+    /**
+     * @param $image string
+     * @return Color
+     */
     public static function getAverageColor($image)
     {
         $cl = new self();