You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix `vips_isprefix()` argument order (#4225)
The arguments were reversed, likely due to confusion with
`g_str_has_prefix()`. Ensures all metadata is removed when saving
with `keep=none`.
See: #4224.