Skip to content

Error: Could not execute GraphicsMagick/ImageMagick #263

@Venegrad

Description

@Venegrad
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions