From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Zoomfactor in only 1 (one) dimension

I can use zoomfactor to proportionally scale a picture indicator, but how do I stretch it in only one dimension? (e.g. only the width of the  picture or image data)

0 Kudos
Message 1 of 2
(2,533 Views)

Looks like there's no built-in method in LabVIEW to do it

 

You'll either have to convert the data to a 2D array and write your own algorithm to stretch it or use a 3rd party library (DLL, .NET, etc.)

 

 

0 Kudos
Message 2 of 2
(2,476 Views)