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

Loading image fails with Unknown enum LibVips::VipsArgumentFlags value: 274 (Exception) #5

Closed
Sija opened this issue Feb 17, 2024 · 0 comments · Fixed by #6
Closed

Comments

@Sija
Copy link
Contributor

Sija commented Feb 17, 2024

This happens for at least Image.magickload_buffer method, and IIRC some others as well.
This happens due to this line:

flag = LibVips::VipsArgumentFlags.from_value(flags_[i])

It's due to the missing enum member:

VIPS_ARGUMENT_NON_HASHABLE = 256

https://github.com/libvips/libvips/blob/7258df0c4b5e9056ea24055121a2e620dfb1b3a1/libvips/include/vips/object.h#L76

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

Successfully merging a pull request may close this issue.

1 participant