MogrifyUsage prints incomplete information
Swiss army knife of image processing
Brought to you by:
bfriesen
Hello All,
Thank you for the outstanding tool !
I have noticed that MogrifyUsage() [graphics/command.c:13659] doesn't print all the possible option parameters accepted by the gm mogrify command -- MogrifyImageCommand() [graphics/command.c:11874].
By reading the source code this is what I conclude is missing:
Can someone validate it and add the missing line in the *options[] array. [graphics/command.c:13662]
Thank you in advance,
F.
Thanks for your helpful bug report and thanks for doing this investigation. Changeset 14616:341b4823ab9a provides a fix for this issue.