Podría ser algo así....
Código PHP:
Ver original$image->resize(444,420);
$w444 = $ruta1.$foto_nombre. '_' .$i. '.' . $extension;
$w444 = rand(1000,9999).'_'.$w444; $image->save($w444);
$image->resize(54,54);
$w54 = $ruta2.$foto_nombre. '_' .$i. '.' . $extension;
$w444 = rand(1000,9999).'_'.$w54; $image->save($w54);