-
Notifications
You must be signed in to change notification settings - Fork 40
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
Proper Crop Toggle and Cycle Crops #35
Comments
I wonder if this is not maybe more appropriate for another script, that would allow you to selectively enable/disable parts of the filter chain or reorder it. |
I'm not familiar with filters in general, but a general-purpose script does seem like a sensible idea. How would it work, though? Currently, you can't have two crops that intersect/are totally separate.
A crop must be within another crop. Just a week ago, I started needing these separate/intersect crops (maybe this should go in another issue). Which raises the question: is this |
Yes essentially the filter chain is a stack of filter (which can be crop, rotate, flip, blur... the list is long). And I don't think your diagram renders properly. If you need separate crops you can use |
Probably different fonts. It's supposed to look like this:
How about this pattern: Press Filters can be piped into something similar to this: Where filters can be toggled on and off, with a keybinding to cycle between them/disable all of them on the fly. |
toggle-crop
removes crop, not toggle it.It would be great to switch between cropped and uncropped. my use case would be cropping GUI elements of an editor in tutorials, but toggle to full video when the instructor switches the editor window.
It would also be great to cycle between crops instead of switching crop on/off.
crop.lua
can already define multiple crops within each other.The text was updated successfully, but these errors were encountered: