andrewwindfall

Results 1 comments of andrewwindfall

No progress on this huh? Laravel 6.0 ``` $img = Image::make($upload); if($img->filesize() > 100000){ $img->encode('jpg', 5); } $img->save($path); ``` Should result in a pretty low quality jpg but saves the...