Eric Funk
Results
3
comments of
Eric Funk
example webp with fallback ``` ```
i experienced a similar issue my fix was to add import_profile: "sRGB".into(), export_profile: "sRGB".into(), to &ops::ThumbnailImageOptions
i had the same problem - i completly removed the vips init code from my codebase - its not ideal but it solved my problem