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
The image preview crashes for me. I'm using the vips library for image processing and apparently it expects a scale float instead of a string with the width & height in pixels. A new alternative is image.variant(resize_to_fill: [150, nil]).
The image preview crashes for me. I'm using the vips library for image processing and apparently it expects a scale float instead of a string with the width & height in pixels. A new alternative is
image.variant(resize_to_fill: [150, nil])
.Related issue I was able to find:
libvips/ruby-vips#236
Occurrence with stack-trace:
https://app.honeybadger.io/fault/92773/2748d886f36cc9369fbbc833eff27539
The text was updated successfully, but these errors were encountered: