PlanarImage src = JAI.create("fileload", url);
int w = src.getWidth();
int h = src.getHeight();
return w+"*"+h;
PlanarImage src = JAI.create("fileload", url);
int w = src.getWidth();
int h = src.getHeight();
return w+"*"+h;