Possible Duplicate:
Know if a file is a image in Java/Android
How can I check a file if it is an image? like following:
if(file.isImage)....
If it's not possible with standard libraries, how can I do it with the MagickImage lib?
Thanks in advance!