Skip to content
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

"macro language" for image processing operations #10

Closed
15 tasks done
foresterre opened this issue Aug 4, 2018 · 2 comments
Closed
15 tasks done

"macro language" for image processing operations #10

foresterre opened this issue Aug 4, 2018 · 2 comments
Assignees
Labels
C-enhancement Category: enhancements
Milestone

Comments

@foresterre
Copy link
Owner

foresterre commented Aug 4, 2018

  • 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:

@foresterre foresterre added the C-enhancement Category: enhancements label Aug 4, 2018
@foresterre
Copy link
Owner Author

rotate90, rotate180, rotate270 implemented, see by #18

@foresterre foresterre self-assigned this Aug 10, 2018
@foresterre
Copy link
Owner Author

brighten, see #20

@foresterre foresterre added this to the 0.7.0 milestone Aug 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-enhancement Category: enhancements
Projects
None yet
Development

No branches or pull requests

1 participant