Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

bitmap for images?

Explorer ,
May 30, 2023 May 30, 2023

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

 

does it have other usages?

TOPICS
General
419
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , May 30, 2023 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

Translate
Community Expert ,
May 30, 2023 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 30, 2023 May 30, 2023

Input image node? I though there were only 3 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 30, 2023 May 30, 2023

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

Dave

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 30, 2023 May 30, 2023

nice.

 

upon importing an image into a bitmap, these options appear, whats the difference/meaning?

samuel_the_hamster_0-1685478565370.png

 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 30, 2023 May 30, 2023

Link resource : The image is stored on your PC disk separately to the SD graph. If the image file is updated and saved, it updates in the graph. However, it does require that you don't move the image file - otherwise you will get an error message that the file cannot be located.

Import Resource: A copy of the image is imported as a resource within the graph package. If the original is updated the version in the graph will not be updated as they are not linked. However it will be included if you forward the SBS onward to another user which is not the case with a linked resource.

Dave

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 30, 2023 May 30, 2023

mhhh its better to import then thanks for thge explanatio dave

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 30, 2023 May 30, 2023

but importing involve having the 2 same files in diferent directories right

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 30, 2023 May 30, 2023

Yes - a resources folder containing a copy of the image file(s) will be created and stored alongside your SBS graph file. If forwarding the file onward you would send both as a package.

Dave

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 30, 2023 May 30, 2023

what you use normally? link or import

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 30, 2023 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
May 30, 2023 May 30, 2023
LATEST

makes total sense thanks dave

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines