try
{
var
img=app.activeDocument.placedItems.getByName(
"IchigoLatte"
);
alert(
"画像があります"
}
catch
(e){
"そのような画像名はありません"