Jump to content

Bring an images data to attributes.


Recommended Posts

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 by Jae Yoo
Link to comment
Share on other sites

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

Link to comment
Share on other sites

]

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!!

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...