-
Notifications
You must be signed in to change notification settings - Fork 30
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 pause flag {p}, include next flag {n}, undo flag {u} and more #50
Conversation
-Add SplitImage class which makes a lot of code a lot less complicated -Make settings.pkl code shorter -Add include next flag {n} -Add undo flag {u} -Group dummy splits is now compatible with loops -Add disclaimer about complexity of the two new flags -A ton of other stuff
I think this PR is enough out of date now that we can just close. Most of the features have either already been integrated, or are in the process of. If there's any more features we wanted from KaDiWa's version, let's create an issue (Feature Request) for it. |
@Avasam Thanks for putting in so much effort! It's great to see that this project is evolving, although I won't continue working on it, so I will close this. |
{p}
which allows you to let AutoSplit pause the timer{n}
which allows you to have multiple different split images that are compared simultaneously{u}
which allows you to control which split image in an image group should be chosen when you press undo in the group after thatsettings.pkl
not loadingSplitImage
class which makes code easier to read@@
loopsrequirements.txt
to make getting the dependencies easier usingpip
start_auto_splitter
that supports a custom comparison frequency (using<>
)Todo: