Image Unit Processing Interface.
INFO: This is a mirror from GitHub.
github.com/sona-tau/iupi
commits
Author
Commit
Message
Date
Added function that takes an RGB color, converts it to HSV, inverts its "value" parameter and converts it back to RGB. Also fixed a modulo error.
Added linear interpolation of RGB colors and also changed multiplication operation to return the floor of the result.
The implementation for character parsers and strings parsers is here. Some work still needs to be done to finish implementing the rest of the parser combinators.
Added a CFG.md file to describe the language's context-free grammar.