Code: Select all
exec("convert -size ".$final_image_w."x".$final_image_h." xc:white
-draw 'image over 0,1659 500,200 /home/isocia5/public_html/fbcalendar/images/exports/cal_print_bot_1.jpg'
/home/isocia5/public_html/fbcalendar/src/php/upload/temp/blank_image_".$canvas_id.".jpg",$out,$err);
I'm guessing it have something to do with the image path...
Should i use more quotes somewhere? or escape some?