Message:
Error: Could not execute GraphicsMagick/ImageMagick: gm "identify" "-ping" "-format" "%wx%h" "-" this most likely means the gm/convert binaries can't be found
Details:
domainEmitter: [object Object]
domainThrown: false
gulp.task('resizer', function () {
return gulp.src('./static/img/**/*.{png,jpg,jpeg}')
.pipe(imageResize({
percentage: 50
}))
.pipe(rename(function (path) { path.basename += "-x1"; }))
.pipe(gulp.dest('testdist'));
});
Windows 11, git bash run as admin