Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot parse images on localhost #37

Closed
JamesIves opened this issue Jun 15, 2017 · 1 comment
Closed

Cannot parse images on localhost #37

JamesIves opened this issue Jun 15, 2017 · 1 comment

Comments

@JamesIves
Copy link

I'm running into issues parsing image data when it's on localhost.

$FastImageSize = new \FastImageSize\FastImageSize();
$imageSize = $FastImageSize->getImageSize('http://0.0.0.0:8000/files/1461.png');
echo $imageSize;

The image can be loaded in the browser via that path, but for some reason it can't be found by fast-image-size.

@JamesIves
Copy link
Author

Found out this is to do with the built in php server, disregard!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant