*/
ImageProcessImpl(ImageImpl imageImpl) {
this.imageImpl = imageImpl;
// Make sure view is open before we query it.
this.view=new HProfView(imageImpl.file);
view.open(new IViewMonitor(){
@Override
public void error(IOException e) {
// TODO Auto-generated method stub