image( 'example-portrait.jpg', $sizer ); // $image->rotate(); var_dump( 'crop: width: '.$image->sizer()->cropToWidth(), 'crop: height: '.$image->sizer()->cropToHeight(), 'resize: width: '.$image->sizer()->resizeToWidth(), 'resize: height: '.$image->sizer()->resizeToHeight(), 'final: width: '.$image->width(), 'final: height: '.$image->height(), $image );