05-30-2005 08:42 AM
05-30-2005 09:22 AM
05-31-2005 04:35 PM
04-29-2013 07:01 PM
I'm not sure if this is something new with newer versions of LabVIEW, but I just solved this problem using a property node for the image indicator. See images below. Super easy!
Cheers!
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
01-07-2015 10:08 AM - edited 01-07-2015 10:09 AM
Hi experts,
I apologize if I have posted this in the wrong place...
Following the above example, I have managed to get the image string as shown in the attached files.
Is there a way to extract the RGB values in data form to be fed to another block which converts the values into CMYK?
Regards,
Newbiwan
06-18-2015 08:15 PM
@newbiwan wrote:
Hi experts,
I apologize if I have posted this in the wrong place...
Following the above example, I have managed to get the image string as shown in the attached files.
Is there a way to extract the RGB values in data form to be fed to another block which converts the values into CMYK?
Regards,
Newbiwan
You can use the pixel locations from the string to pull that specific pixel from the image data and get the RGB value from that if you want.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'