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 

samuel_the_hamster
Known Participant
May 30, 2023

It depends. If I am using an image as a temporary substitute, for example while developing a graph that will use inputs, I just link it. If I want to store it permanently without risk of the link becoming broken if I move files around on my PC, I import it.

 

Dave


makes total sense thanks dave