-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add CLI for automation #42
Comments
Closed
spillerrec
added a commit
that referenced
this issue
Oct 10, 2015
spillerrec
added a commit
that referenced
this issue
Oct 11, 2015
Now prevents the gui from starting with option |
spillerrec
added a commit
that referenced
this issue
Oct 12, 2015
spillerrec
added a commit
that referenced
this issue
Oct 13, 2015
spillerrec
added a commit
that referenced
this issue
Oct 14, 2015
spillerrec
added a commit
that referenced
this issue
Oct 15, 2015
spillerrec
added a commit
that referenced
this issue
Oct 22, 2015
spillerrec
added a commit
that referenced
this issue
Oct 26, 2015
ADD: bounds checking for CLI input
spillerrec
added a commit
that referenced
this issue
Oct 27, 2015
spillerrec
added a commit
that referenced
this issue
Oct 30, 2015
CLEANUP: Simplify addition of new ARender parsers
spillerrec
added a commit
that referenced
this issue
Feb 14, 2016
spillerrec
added a commit
that referenced
this issue
Oct 4, 2018
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a CLI to make it possible to automate stitching to some degree. Following options should be usable:
Preprocess
Merging
Render and color
Postprocess
To do this we need to separate the stitching pipeline from the GUI, as it is currently embedded in mainwindow.cpp. At the same time, add the possibility to have separate frames for animation, and reusable alpha masks. Also think about how to specify separate small animations in different parts of the image.
Furthermore, since this is primarily a GUI application, if it is loaded with just images, it should add them in the GUI automatically. Also allow dropping an entire folder, to load all the images therein.
The text was updated successfully, but these errors were encountered: