Skip to content
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

Error: Could not execute GraphicsMagick/ImageMagick #263

Open
Venegrad opened this issue Nov 16, 2022 · 0 comments
Open

Error: Could not execute GraphicsMagick/ImageMagick #263

Venegrad opened this issue Nov 16, 2022 · 0 comments

Comments

@Venegrad
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant