LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a programmatical equivalent to Export Simplified Image?

Solved!
Go to solution

Is there a programmatical equivalent to Export Simplified Image?

 

Doing what is in the image programmatically?

 

R

 

Message Edited by JoeLabView on 10-07-2008 01:36 PM
0 Kudos
Message 1 of 5
(3,135 Views)

Use the Invoke node "Export Image" to do programatically.

 

 

Regards,

 

Raja

Message Edited by Rajaa on 10-07-2008 12:50 PM
0 Kudos
Message 2 of 5
(3,126 Views)

Thanks Raja,

 

I forgot to mention that is it using LabVIEW 7.1.  I didn't see that feature in the Invoke Node. 

 

R

0 Kudos
Message 3 of 5
(3,104 Views)
Solution
Accepted by topic author Ray.R
As far as I know, for LabVIEW 7.1 the only way to do it is to use the Get Image method with the bit depth set to 1 (for monochrome), and then use the Write BMP File function.
Message 4 of 5
(3,090 Views)

Thanks Saverio,

 

I knew about the Get Image method, but I never thought of the but depth set to 1 for monochrome.   You must have read my mind about this one because it's another detail I had omitted.. 😮

 

This is exactly what I was looking for.

 

Thanks!


R

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