use Image::Resize; $image = Image::Resize->new('large.jpg'); $gd = $image->resize(250, 250);