-
Notifications
You must be signed in to change notification settings - Fork 91
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using sharp instead of gm as image processor #4
Comments
Sharp doesn't support GIF output, so we'd have to use PNG or JPEG instead. I can certainly add an option to use a different processor, but the results will not be nearly as good. |
thinking about multi image processor support, maybe I think aheckmann/gm#559 should be on the README. |
it fixes vuetifyjs#4 It is DRY, but I just want to test if it is approved Thanks.
Found my self struggling with
Error: Stream yields empty buffer
on windows 10.I think it's better to use the more cross-platform image processor
Thanks.
The text was updated successfully, but these errors were encountered: