Accept a contribution of a limited command-line interface for automated usage? #944
matthoosier
started this conversation in
Ideas
Replies: 1 comment
|
Turns out that a similar idea was floated on #438 already, and the concern is that the churn on the core features is so high that the API would be a constantly moving target to maintain for the CLI’s use. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I've made a command-line entrypoint to that reuses the main automated workflow which happens by default when a new negative is imported into the library through the UI. It just does the default film base color detection/correction and then the whole-frame color correction and outputs the result with some basic options for output file format and quality level.
This was all pretty easy to do by re-using all of the existing Python logic in NegPy.
Would there be interest in accepting this as a submission so that it could be included in the releases? I suppose it would mean making a second shim executable built by PyInstall, which would re-use all the same .so/.dll/.dylib and Python files already bundled into the releases.
All reactions