Skip to content

Commit

Permalink
Update readme with PM2 features cause I wanna show off
Browse files Browse the repository at this point in the history
  • Loading branch information
Beinsezii committed Jan 25, 2021
1 parent fcc5d46 commit 3bfd9a4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,19 @@ Enter basic operations to perform pixel math. More limited, but processes well o

<img width=300 src="./bsz-pixel-math-2/during.png" />

Current features:
- individual channels in many formats
- 9 variables to use
- many math operators
- "+=" | "+" | "add"
- "-=" | "-" | "sub"
- "*=" | "*" | "mul"
- "/=" | "/" | "div"
- "%=" | "%" | "mod"
- "**" | "^" | "pow"
- "=" | "set"
- "abs", "acos", "acosh", "asin", "asinh", "atan", "atan2", "atanh", "cbrt", "ceil", "cos", "cosh", "floor", "log", "max", "min", "round", "sin", "sinh", "sqrt", "tan", "tanh"


## bsz_gimp_lib
Shared library for plugins. Notably contains a *complete plugin auto-builder*. Similar to the old python-fu, but (imo) significantly more customizable at a mild complexity cost. Features include
Expand Down

0 comments on commit 3bfd9a4

Please sign in to comment.