Page 1 of 1
[SOLVED] IM 7 svn/current tar: -list filter bug
Posted: 2012-04-24T18:10:01-07:00
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).
Re: IM 7 svn/current tar: magick (or convert) -list filter b
Posted: 2012-04-25T19:02:17-07:00
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...
Re: IM 7 svn/current tar: magick (or convert) -list filter b
Posted: 2012-04-27T01:02:31-07:00
by anthony
Found the fault, and fixed it. You can get it from the SVN.
back to working on Settings and Percent Escapes again