iowo/testfiles/test.owo

8 lines
152 B
Text
Raw Normal View History

2024-04-08 13:43:42 +00:00
def blend1 = [
open "test.png",
open "test2.png"
]
| blend multiply 0.6
2024-04-06 22:55:12 +00:00
2024-04-08 13:43:42 +00:00
def blend2 = open "test.png" | blend multiply 0.6 [ open test2.png ]