php - How can I determine why imageCopyResampled is failing? -
i calling php's imagecopyresampled() function , failing. i'm not sure why (i looked closely @ code , don't see obvious errors passing in empty or non-numeric values, , know source image there, etc.).
so i'm not asking how solve problem, rather can diagnose it, since function returns true or false. don't see errors or warnings being outputted page or in error log, , calling error_get_last() returns nothing.
any ideas?
Comments
Post a Comment