core()->native()->getImageProfiles('icc'); // remove meta data $image->core()->native()->stripImage(); $image->setExif(new Collection()); if ($profiles !== []) { // re-apply icc profiles $image->core()->native()->profileImage("icc", $profiles['icc']); } return $image; } }