10-04-2016 01:23 PM
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)
10-04-2016 05:33 PM
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.)