package eu.dnetlib.r2d2;

public interface ThumbnailGenerator {

	String thumbnailForItem(String id, String itemUrl);

}
