for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Gamer\Processing;
use Log;
use App\Models\User;
use SiObjects\Support\Trabalhando\Picture;
class NewPhoto
{
public function __construct()
}
public function actions()
$facedetect = new FaceDetector();
$facedetect->faceDetect($_FILES['image']['tmp_name']);
// $json = $facedetect->toJson();
// echo $json;
$facedetect->toJpeg();