grrr
Just a quick question, I'm stuck again :-/.
I want to get the image-size from a file and then re-size it... that is working just fine. But now, what if the file doesn't exist?
So, like this:
$file = "a-non-existing-file";
$information = GetImageSize($file);
Is there an easy way to do this? I can manipulate the errors that come from $information in the script, but the error from GetImageSize...
I know one way that I found here on the Forum, but that takes handle-time.
thx 4 reading/thinking 🙂,
Jeroen