Skip to content
Discussion options

You must be logged in to vote

The issue here is that you are reading it from a stream instead of a file. When ImageMagick reads the file on the command line it also uses the extensions to determine the format of the image. And that is why it works on the command line but not with a stream. You will need to specify the extension here.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@chengvue
Comment options

@dlemstra
Comment options

Answer selected by chengvue
@chengvue
Comment options

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