* @return An instance of ICC_Profile or null if the image contains no ICC
* profile..
*/
public static ICC_Profile getICCProfile(File file, Map params)
throws ImageReadException, IOException {
return getICCProfile(new ByteSourceFile(file), params);
}