LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

image resolution report generation

Hello,

I am using the vis on the report generation palette in labview 7.1 to produce an html report that includes images from intensity graphs on the front panel.
I create a control reference to the intensity graph and then wire the control reference to "append control image to report.vi" with the image type set to jpg. The report contains a low resolution (appears to be 8 bit) image. Is there a way to have 24 bits true color images included in the report instead.

Thank you

Jean-Michel Maarek
0 Kudos
Message 1 of 2
(2,257 Views)

Hi Jean-Michel,

You can open the Append Control Image to Report.vi and go to the "HTML" case of the case structure and change the constant value wired to the "Image Depth" parameter of the Get Image method from '8' to '24'.  I plan on adding this as an input to the VI in a future LabVIEW version.

-D

Message 2 of 2
(2,255 Views)