$tmp = count($resim_c) - 1;
foreach ($resim_c as $k => $res) 
{
echo $res['id'].': {image: "'. $res['image']. '"}' . ($tmp == $k ? '' : ',') ;
}