Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Problem with ImageMagick 7.x #141

@AlTheLazyMonkey

Description

@AlTheLazyMonkey

Subject of the issue

There is a problem with ImageMagick 7.x (in my case 7.0.8-23).
When I call the function .upload() it return an error that with ImageMagick 6.x doesn't happened ever:

{ Error: Command failed: identify -format "name= size=%[size] format=%m colorspace=%[colorspace] height=%[height] width=%[width] orientation=%[orientation] " tmp/1569329589272.jpeg identify: no decode delegate for this image format JPEG' @ error/constitute.c/ReadImage/556.

at ChildProcess.exithandler (child_process.js:275:12)
at emitTwo (events.js:126:13)
at ChildProcess.emit (events.js:214:7)
at maybeClose (internal/child_process.js:925:16)
at Socket.stream.socket.on (internal/child_process.js:346:11)
at emitOne (events.js:116:13)
at Socket.emit (events.js:211:7)
at Pipe._handle.close [as _onclose] (net.js:567:12)

killed: false,
code: 1,
signal: null,
cmd: 'identify -format "name=\nsize=%[size]\nformat=%m\ncolorspace=%[colorspace]\nheight=%[height]\nwidth=%[width]\norientation=%[orientation]\n" tmp/1569329589272.jpeg'
}`

Your environment

  • Operating system
    • Mac
    • Windows
    • Linux
  • Node.js version (node --version)
    • Node.js v4.x
    • Node.js v6.x
  • ImageMagick version (identify -version)
    • ImageMagick v6.9.x
    • ImageMagick v7.0.x
  • s3-uploader version
    • v0.x
    • v1.x
    • v2.x

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