bemobil_mne.viz.glue_imgs#
- bemobil_mne.viz.glue_imgs(fnames, fname, delete_fnames=True)[source]#
Glue images together.
Use Pillow to read standard image files from disk and concatenate them vertically. Save the resulting image back to disk.
- Parameters:
- fnames
listofstr|listofpathlib.Path The file names of the images.
- fname
str|pathlib.Path The file name to save the concatenated image under.
- delete_fnamesbool
If True (default), delete files in fnames after glueing them together.
- fnames