* Map of optional parameters, defined in SanselanConstants.
* @return Xmp Xml as String, if present. Otherwise, returns null..
*/
public static String getXmpXml(File file, Map params)
throws ImageReadException, IOException {
return getXmpXml(new ByteSourceFile(file), params);
}