Your message dated Sun, 21 Dec 2008 19:47:17 +0100 with message-id <[email protected]> and subject line Use -define unique=true has caused the Debian Bug report #508684, regarding identify -verbose should say how many colors there are to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 508684: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508684 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: imagemagick Version: 7:6.3.7.9.dfsg1-3 Severity: wishlist File: /usr/bin/identify Gentlemen, I have discovered that nowhere in the identify -verbose output is a tally kept of these items (separate colors, I believe): $ identify -verbose bla.png|grep ') #'|head -2 11390: ( 0, 0, 0,255) #00000000 none 152: (102, 0,204, 0) #6600CC rgb(102,0,204) If one wants to know how many there are, one must count them oneself: $ identify -verbose bla.png|grep -c ') #' 106
--- End Message ---
--- Begin Message ---As upstream says: >Computing the number of unique colors in an image is compute intensive, >particularly for large images, so an extra option is required: > >identify -define unique=true -verbose myimage.png Regards -- "ROUCARIÈS Bastien" [email protected] ------------------------------------------------------------------------------- DO NOT WRITE TO [email protected] OR BE BLACKLISTED
--- End Message ---

