Jake Vanderwerf
7 days ago 46d681c6b825d21b3f698d793c4e630c687d90ad
inc/utility/Image.php
@@ -153,4 +153,10 @@
         }
      );
   }
   public static function getData(int $imgID):array
   {
      return (new Image)->getImageData($imgID);
   }
}