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
Doing crop then resize on a JPEG image (PNG seems ok) results in:```
Command failed: gm convert: geometry does not contain image (unable to crop image).
Removing ```
in("-size", w +"x"+ h)
in lib/args.js:13 solves the issue, however I'm not sure about the deeper consequences.
The text was updated successfully, but these errors were encountered:
Doing crop then resize on a JPEG image (PNG seems ok) results in:```
Command failed: gm convert: geometry does not contain image (unable to crop image).
in lib/args.js:13 solves the issue, however I'm not sure about the deeper consequences.
The text was updated successfully, but these errors were encountered: