Retrieving properties You can retrieve the width and height of an image: Image::load('example.jpg')->getWidth() // returns 1600 Image::load('example.jpg')->getHeight() // returns 1052 Saving images Colors Help us improve this page