Search found 3 matches

by fthiel
2018-12-05T23:45:58-07:00
Forum: Bugs
Topic: +quality always throws InvalidArgument error
Replies: 7
Views: 19839

Re: +quality always throws InvalidArgument error

Thank you for looking into this.
by fthiel
2018-12-05T07:48:49-07:00
Forum: Bugs
Topic: +quality always throws InvalidArgument error
Replies: 7
Views: 19839

Re: +quality always throws InvalidArgument error

I'm using ImageMagick 7.0.8-14-Q16 and the +quality command is contained in the command list:

I don't know anything about a "+quality" option, but it does show in the list from this command...
convert -list command
and I found it here https://github.com/ImageMagick/ImageMagick/blob/7.0.8-14 ...
by fthiel
2018-11-27T06:58:54-07:00
Forum: Bugs
Topic: +quality always throws InvalidArgument error
Replies: 7
Views: 19839

+quality always throws InvalidArgument error

Hello,

I tried to use the +quality option but regardless if I use it without a value or with a value I get the following message:

magick: InvalidArgument '+quality' '(null)' at CLI arg 2 @ error/operation.c/CLISettingOptionInfo/1243.

Is this a bug or is this correct an I'm doing something wrong ...