Name

checkindex — try to guess if this is an index image file

Synopsis

use Wacs;
scalar checkindex(filename); 
scalar filename;
 

Summary

The checkindex tries to guess if a given file name is likely to be an index file or a regular image file based upon it's name. If it's a name associated with index files, it returns 1; if it isn't checkindex returns 0.

Availability

checkindex is available in only perl as it is really only appropriate to collection management tools.