static void init(String imagePath){ imageRoot = imagePath.endsWith("/") ? imagePath : "$imagePath/"; }