Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
This works fine for .jpg file format. But I am having problem with *.tif and *.gif file format. I get the number but I think it's not correct coz it is too huge number (larger than the sum of colors of individual .jpg file format). The problem is *.tif or *.gif files contains more than one *.jpg images. Is there any bash command to count the colors of .tif or .gif directly?? Or I need to split them to .jpgs and count seperately for each jpgs!! Any help will be appreciated!! ThanX in advance !!!!