-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Error: Input file contains unsupported image format #2554
Comments
Please can you create a minimal, standalone repo with a |
Shoot. Turns out I'd changed build images and lost git-lfs. Nothing seemed wrong when I |
I get this error inconsistency when running over a data set of about 100 images. If I close a bunch of programs down on my laptop I get further through the list. Seems like it could be a memory leak. |
@AlastairTaft If you're still having problems, please open a new issue with complete, standalone code sample and image(s) that allow someone else to reproduce. |
The following issue appears to be related to previous libvips issue: #2023, but is occurring with the latest package versions. The suggested fix for the related gatsby issue did not help.
Using
[email protected]
, with the following versions:What are the steps to reproduce? Use the following code:
What is the expected behaviour?
The code should successfully open the file and report the metadata. Instead the code reports
[Error: Input file contains unsupported image format]
.Are you able to provide a minimal, standalone code sample, without other dependencies, that demonstrates this problem?
See above.
Are you able to provide a sample image that helps explain the problem?
This error occurs with all images, regardless of image or format.
What is the output of running
npx envinfo --binaries --system
?The text was updated successfully, but these errors were encountered: