Skip to main content
samuel_the_hamster
Known Participant
May 30, 2023
Answered

bitmap for images?

  • May 30, 2023
  • 1 reply
  • 1064 views

can i use a bitmap for importing a texture/img to the graph?

 

does it have other usages?

This topic has been closed for replies.
Correct answer davescm

Yes you can and when you open bitmap it will give you a choice to import the image within the graph resources or just link to it on your PC.

I also use a bitmap when developing a graph that will use an image input. Whilst developing it I connect the bitmap and when finished I replace it with an input image node.

 

Dave

1 reply

davescm
Community Expert
davescmCommunity ExpertCorrect answer
Community Expert
May 30, 2023

Yes you can and when you open bitmap it will give you a choice to import the image within the graph resources or just link to it on your PC.

I also use a bitmap when developing a graph that will use an image input. Whilst developing it I connect the bitmap and when finished I replace it with an input image node.

 

Dave

samuel_the_hamster
Known Participant
May 30, 2023

Input image node? I though there were only 3 

davescm
Community Expert
Community Expert
May 30, 2023

There are, so to input an image it would be 'input grayscale' or 'input color' according to requirement.

Dave