* @return An instance of ImageInfo.
* @see ImageInfo
*/
public static ImageInfo getImageInfo(final String filename, final byte[] bytes,
final Map<String, Object> params) throws ImageReadException, IOException {
return getImageInfo(new ByteSourceArray(filename, bytes), params);
}