} catch (IllegalAccessException e) {
logger.error(e.getMessage(), e);
} catch (ClassNotFoundException e) {
logger.error(e.getMessage(), e);
}
p.run(outputFile.getPath());
WindowManager.setTempCurrentImage(tempImage);
return true;
case Opener.PGM:
return new FileSaver(ip).saveAsPgm(outputFile.getPath());
}