We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 'macro language' for image processing functions support
Command line syntax? ideas:
sic in out.ext --script "invert; rotate180; flip_vertical"
sic in out.ext --script-from-file example.sic
sic in out -f PNG --map "invert; rotate180"
See #8 (provides base layer for the image script, plus the first 4 operations).
Current grammar: https://github.com/foresterre/sic/blob/master/src/operations/grammar.pest Useful grammar editor: https://pest-parser.github.io/#editor Grammar syntax: https://pest-parser.github.io/book/grammars/syntax.html
Operations implemented:
The text was updated successfully, but these errors were encountered:
convert
save
rotate90, rotate180, rotate270 implemented, see by #18
Sorry, something went wrong.
brighten, see #20
foresterre
No branches or pull requests
Add 'macro language' for image processing functions support
Command line syntax? ideas:
sic in out.ext --script "invert; rotate180; flip_vertical"
sic in out.ext --script-from-file example.sic
sic in out -f PNG --map "invert; rotate180"
See #8 (provides base layer for the image script, plus the first 4 operations).
Current grammar: https://github.com/foresterre/sic/blob/master/src/operations/grammar.pest
Useful grammar editor: https://pest-parser.github.io/#editor
Grammar syntax: https://pest-parser.github.io/book/grammars/syntax.html
Operations implemented:
cropuse resizeflip_horizontalfliph preliminary PR for image operation script #8 Rename the flip_vertical/flip_horizontal operations. #30flip_verticalflipv preliminary PR for image operation script #8 Rename the flip_vertical/flip_horizontal operations. #30The text was updated successfully, but these errors were encountered: