Save PNG images without opening windows for snapshots

Indeed, the figures need to be rendered by Matlab in order to make screen captures.
With newer versions of Matlab, the target figure doesn't need to be at the foreground, it can be in the background.

There are other solutions than using bst_report('Snapshot').
You can use the process File > Save snapshot or function out_figure_image.m:

2 Likes