We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Found out this is to do with the built in php server, disregard!
Sorry, something went wrong.
No branches or pull requests
I'm running into issues parsing image data when it's on localhost.
The image can be loaded in the browser via that path, but for some reason it can't be found by fast-image-size.
The text was updated successfully, but these errors were encountered: