* Solved* Blend an image stack in the Script GUI
Totte
Posts: 13,955
I'm working on a script, and for a good user feedback, I thought I could use a stack of png images and blend them together, maybe using DLayeredImage, but it looks like those cannot be constructed from a script. Anyone have a good idea around that?
Post edited by Totte on
Comments
Please check, DzLayeredImage and its friends, DzImageLayer, DzImageFileLayer and DzImageColorLayer.
Thanks, it was the constructor that fooled me, or lack of -)
Thanks!