cloudfx Posted August 21, 2008 Share Posted August 21, 2008 (edited) Hi all, I was just wondering how do I bring an image's RGB color or Black and White intensity to attributes. Just like transfering attributes from the values in the color node to other node, but with a specific image that I want to use.. Thanks- Edited August 21, 2008 by Jae Yoo Quote Link to comment Share on other sites More sharing options...
rdg Posted August 21, 2008 Share Posted August 21, 2008 Hi all,I was just wondering how do I bring an image's RGB color or Black and White intensity to attributes. Just like transfering attributes from the values in the color node to other node, but with a specific image that I want to use.. Thanks- ] take a look at the tex() and pic() functions. pic reads a cop operator and tex reads a file from disk. you can place them in a pointSOP for example or in a attributeCreateSOP. Or you use a VOPSOP to read the image data and create the attributes. Hope this helps Georg Quote Link to comment Share on other sites More sharing options...
cloudfx Posted August 23, 2008 Author Share Posted August 23, 2008 ]take a look at the tex() and pic() functions. pic reads a cop operator and tex reads a file from disk. you can place them in a pointSOP for example or in a attributeCreateSOP. Or you use a VOPSOP to read the image data and create the attributes. Hope this helps Georg Vopsop and color image vop is working pretty well. thanks for quick replying!! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.