identify -unique doesn't work
identify -unique doesn't work
According to the instructions when I run the program, identify is meant to return the number of colours in an image with the syntax identify -unique. However, while it recognizes the command, it doesn't return the number of colours and ImageMagick's output is the same as if no option were selected. It seems that the only way to return the information is using identify -format %k instead. Is this a bug?
Re: identify -unique doesn't work
Add -verbose to your command line.
Re: identify -unique doesn't work
Thank you! The command doesn't indicate that it requires -verbose; maybe that should be added to the documentation.
Re: identify -unique doesn't work
Its a bug. Look for a fix in the next point release of ImageMagick. Thanks.
-
- Posts: 52
- Joined: 2010-03-04T17:54:57-07:00
- Authentication code: 8675308
- Location: Pasadena, California
Re: identify -unique doesn't work
In which release should -unique work? I have
identify --version
Version: ImageMagick 6.7.1-0 2011-07-26 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP HDRI
and it is not working. Just checking to see if it still is an open bug.
Thanks!
identify --version
Version: ImageMagick 6.7.1-0 2011-07-26 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2011 ImageMagick Studio LLC
Features: OpenMP HDRI
and it is not working. Just checking to see if it still is an open bug.
Thanks!
-
- Posts: 52
- Joined: 2010-03-04T17:54:57-07:00
- Authentication code: 8675308
- Location: Pasadena, California
Re: identify -unique doesn't work
Thanks! That works.