Just found out that Image handler2 doesn't actually create an image,
it creates cache images
thats whats stored in the BMZ folder. so is their away to get the original files to generate in googlefroogle.php?

function zen_froogle_image_url($products_image) {
global $product_image_module;
if($products_image == "") return "";
require($product_image_module);
return (HTTP_SERVER . DIR_WS_CATALOG . $products_image_large);