final Dimension size = engine.getNaturalSize();
try {
final ImageExportOptions export =
app.createExportOptions(info, size);
if (export != null) {
final SaveOptions options = getSaveOptions(export);
options.setShouldSaveDirectly( true );
return options;
}
}
catch (IOException e) {
// return null