Skip to content

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

@Sija

Description

@Sija

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions