[SOLVED] IM 7 svn/current tar: -list filter bug

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
NicolasRobidoux
Posts: 1944
Joined: 2010-08-28T11:16:00-07:00
Authentication code: 8675308
Location: Montreal, Canada

[SOLVED] IM 7 svn/current tar: -list filter bug

Post by NicolasRobidoux »

Code: Select all

magick -list filter
magick: unrecognized list type '-list' '' from "unknown" @ error/operation.c/CLINoImageOperator/4506.

convert -list filter
convert: unrecognized list type '-list' '' from "unknown" @ error/operation.c/CLINoImageOperator/4506.
This is what my svn install (on Mint 12) gives. Adam's Ubuntu 11.04 install from the latest tar gives something more verbose (possibly because he does not use my custom compile flags):

Code: Select all

convert -list filter
CLIOption: "-list"  Count: 1  Flags: 0010  Args: "" "(null)"
convert: unrecognized list type '-list' '' from "unknown" @ error/operation.c/CLINoImageOperator/4506.
I imagine this is the part of IM that's being actively worked on right now, because running a number of magick resizing commands a million of CLIOption printouts are triggered (from the tar version, at the very least; I've not checked from svn).
Last edited by NicolasRobidoux on 2012-04-27T04:46:54-07:00, edited 2 times in total.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: IM 7 svn/current tar: magick (or convert) -list filter b

Post by anthony »

Actually I'm getting "Segmentation fault (core dumped)".

I'll take a look when I can.

Great I barely start work on 'settings' and 'percent escapes' when... Ho Hum...
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: IM 7 svn/current tar: magick (or convert) -list filter b

Post by anthony »

Found the fault, and fixed it. You can get it from the SVN.

back to working on Settings and Percent Escapes again :-)
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply