Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

316 Add config option to load image list from a text file #317

Merged

Conversation

nepstad
Copy link
Collaborator

@nepstad nepstad commented Sep 26, 2024

Define a list of images to process using a text file in the config, e.g.

[general]
raw_files = "filelist.txt"

filelist.txt contains one image file name per line (full or relative path)

Also improve progress bar info for main processing
@nepstad nepstad linked an issue Sep 26, 2024 that may be closed by this pull request
@emlynjdavies emlynjdavies added the minor new feature intended for changes that require bumping MINOR version. New features that are backwards-compatible. label Sep 27, 2024
Copy link
Collaborator

@emlynjdavies emlynjdavies left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

version 2.6.0

pyopia/cli.py Outdated Show resolved Hide resolved
pyopia/__init__.py Outdated Show resolved Hide resolved
@nepstad nepstad merged commit 248c7b4 into main Sep 27, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor new feature intended for changes that require bumping MINOR version. New features that are backwards-compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add command line option for loading file list to process
2 participants