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
When width is provided without height just set height to the width for square 🤷
The text was updated successfully, but these errors were encountered:
reggi
changed the title
Overload needed when using read with color, width, height
Overload needed when using read with color, width, height, (for settings)Apr 26, 2023
Hi.
Thanks but this repo only contains the same code as https://github.com/dlemstra/magick-wasm but with some modifications to make it work on Deno. So you should open the issue in the original repository.
I suggest adding an optional forth argument when these are in use for
MagickReadSettings
.color, width, MagickReadSettings, callback
color, width, height, MagickReadSettings, callback
When width is provided without height just set height to the width for square 🤷
The text was updated successfully, but these errors were encountered: