Jump to content

getimagesize() "No such file or directory" - but the image is there!


woolyg

Recommended Posts

Hi all,

 

I'm iterating 4 images out in a loop. All 4 images exist (definitely), and using an earlier script, have been resized to a width of 200px, so they are not large.

 

I'm finding that if I use the following code:

$image_info = getimagesize($filename);
$type = $image_info['mime'];
echo $type;

 

.. some of the images come up with no mime type. Is this normal? As a (possible) result of / link to having no mime type assigned to it, I'm getting:

[function.getimagesize]: failed to open stream: No such file or directory

 

.. but I am positive the image exists. Viewing the image info in a browser gives "image/jpeg", so I'm a bit weirded out as to how the script queries the image for a mime type, and it returns nothing.

 

 

Has anybody else seen this, can anyone help?

 

All the best,

WoolyG

 

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.