Hi, i have a problem with my script:
Website: http://lygtertilcyklen.dk/
It does not shows all the pictures even though i can call the url direct in my browser and see the result.
Try to refresh the browser a couple of times and you will see the error.
I have created a fil like this, which i call:
<?php include("imageprocessor.php");
$ImageProcessor = new ImageProcessor();
$ImageProcessor?>Load($_GET['url']);
$ImageProcessor->Resize(150, 150, RESIZE_FIT);
$ImageProcessor->Parse(100);
?>

I don’t seem to get that problem here. What browser are you using?