Auto Size For Height Or Width In Image Extension

Hi there,

I have a picture in 1024x768 size. i want resize width to 250 and the height automatically be set to a suitable size. how can do it?


$image = Yii::app()->image->load('images/test.jpg');

$image->resize(250, i want height automatically be set to a suitable size);

$image->save();