/var/www/flurhymez/vendor/intervention/image/src/Intervention/Image/Gd/Commands
Edit: /var/www/flurhymez/vendor/intervention/image/src/Intervention/Image/Gd/Commands/GetSizeCommand.php (520B)
setOutput(new Size(
imagesx($image->getCore()),
imagesy($image->getCore())
));
return true;
}
}