def blend1 = [
open "test.png",
open "test2.png"
]
| blend multiply 0.6
def blend2 = open "test.png" | blend multiply 0.6 [ open test2.png ]