gulp-sharp
gulp-sharp copied to clipboard
Gulp plugin to resize image using sharp (libvips binding for nodejs)
Lipo is an alternative/drop-in replacement for Sharp that does not require the user to install dependencies such as libvips. It uses Sharp under the hood as well. I think it'd...
Recent sharp (v0.15.0) builds successfully on Windows 10 x64. However, this package requires sharp package version v0.12.\* which fails to build. Additionally, a deprecation warning for sharp 0.12.2 is shown...
"sharp": "^0.18.2"
hey guys, whats up? from [sharp's documentation](http://sharp.dimens.io/en/stable/api/#tilesize-overlap) I'm able to convert png to dzi, but gulp-sharp does not seem to know how to handle it properly, right? is there some...