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:
fnameslist of str | list of pathlib.Path

The file names of the images.

fnamestr | pathlib.Path

The file name to save the concatenated image under.

delete_fnamesbool

If True (default), delete files in fnames after glueing them together.