LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display jpg on a full screen for LCD testing

Hello,
 
I have been using the Read JPEG File to display basic RGB jpg in a Picture Indicator. Is there a way to display in a full screen mode? I will be doing colorimetry and luminance testing on LCD displays.
 
Thanks in advance !
0 Kudos
Message 1 of 8
(4,674 Views)
Create a VI with no title, menu and tool bar and make it fullscreen.

Make the picture control as large as necessary, can also be done programmatically and load the picture.

André
Regards,
André (CLA, CLED)
0 Kudos
Message 2 of 8
(4,664 Views)

I have found one solution in the Activex Examples section using PowerPoint to display sideshows in full-screen mode. Other solutions not using Activex are welcome.

Regards

0 Kudos
Message 3 of 8
(4,660 Views)

Thanks André. I was replying to my previous message at the same time.

Carlo

0 Kudos
Message 4 of 8
(4,659 Views)
Here I show how to set a VI to fill the whole screen.

Now you  need code that loads a jpg (allreay available in LabVIEW) and put it in a picture control that automatically resizes.

That's up to you

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 5 of 8
(4,658 Views)

Thanks Ton. I just completed by Labview basic I and II course last week. I will put this into practice.

Regards

Carlo  

0 Kudos
Message 6 of 8
(4,651 Views)
Carlo,

You might wish to consider a different image storage format. JPEG is a lossy format and can have strange artifacts on some images. .png might be a better choice. I am no graphics expert, so someone else may have other advice.

Lynn
0 Kudos
Message 7 of 8
(4,647 Views)

Lynn,

I agree. .png, .bmp, .gif, at full resolution.

0 Kudos
Message 8 of 8
(4,642 Views)