Currently Session.load_image() and Session.append_image() accept a path arg to load one image. Although users can create a list of path and use a loop to call Session.append_image() to load multiple images, it would be handy if we can generalize the path as a str or a list of str so users can load images in one function call.
Currently Session.load_image() and Session.append_image() accept a path arg to load one image. Although users can create a list of path and use a loop to call Session.append_image() to load multiple images, it would be handy if we can generalize the path as a str or a list of str so users can load images in one function call.