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