Skip to content
Snippets Groups Projects
Commit 1ba25f59 authored by Nicola Vigano's avatar Nicola Vigano
Browse files

gtFigureCreateFromPicture: fixed saving to file

parent eab3c817
No related branches found
No related tags found
No related merge requests found
......@@ -93,4 +93,10 @@ function [f, ax] = gtFigureCreateFromPicture(img, mask, varargin)
end
gtFigureSetSize(f, ax, conf, img_size);
drawnow();
if (~isempty(conf.filename))
gtFigureSaveToFile(f, conf.filename);
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment