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
How to batch process images? #127
Comments
|
Besides, is there any documentation about the Lain dialect? Especially about its APIs. I found very little at https://wiki.xxiivv.com/site/lain.html, and I wonder if there is a |
|
Hi! Sure, so make sure you have the latest version(I just pushed a new You can find the list of functions here, you can find the declaration themselves here. |
|
Thanks for the quick implementation of I'm sorry, but I'm a bit confused about how to use it, is it right to drag the target images one by one to the canvas, and then run the whole lisp script? |
|
I'm also wondering if you would like to add a feature of eval'ing the last s-expr before the cursor :) For example: So that if I click that menu or press the shortcut, it only print |
You can drag all of them at once, and cycle through them with
I've added eval selection with |
|
This is so cool, thank you very much! |

Hi,
Ronin is fantastic, it blows my mind, thanks for this piece of software.
I wonder if it's possible to batch process images, for example, below is the
example/pixels/crop.lisp, is it possible to crop many images using it? If so, how?The text was updated successfully, but these errors were encountered: