Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

How to save the image after converting it into 64RGB

Solved!
Go to solution

Hello every one,

 

I am trying to save the output image of 64RGB on my computer. Is this possible? I had a go and could not do it. Can some one look at my code please. 

 

Regards,

Lazer

Download All
0 Kudos
Message 1 of 5
(3,775 Views)

Lazer,

 

You made a simple mistake. You are disposing off the image before you write it to file. Put the Dispose after the WriteToFile.

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
Message 2 of 5
(3,762 Views)

Hello Adnan bhai, 

 

Sorry, I did not get your point. Can you explain bit more. Thanks Smiley Happy

 

Lazer

0 Kudos
Message 3 of 5
(3,759 Views)
Solution
Accepted by topic author lazer

Have a look at the following:

 

code.png

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
Message 4 of 5
(3,753 Views)

Thank you Adnan Bhai For help. 

0 Kudos
Message 5 of 5
(3,748 Views)