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