Skip to content

generalizing Session.load_image() and Session.append_image() to allow loading multiple images in one call #76

@kswang1029

Description

@kswang1029

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions