Michael Malak Posted July 2, 2009 Report Posted July 2, 2009 I'm reading in a BMP, converting it to a pixmap, and making it the background image to an XY graph. Is there a way in LabVIEW to scale a pixmap, or do I have to write my own image scaling code? Quote
Jim Kring Posted July 3, 2009 Report Posted July 3, 2009 I'm reading in a BMP, converting it to a pixmap, and making it the background image to an XY graph. Is there a way in LabVIEW to scale a pixmap, or do I have to write my own image scaling code? Just thinking out loud... You could load the BMP into a picture control (PC), change the zoom factor of the PC, and then get an image of the PC (using the Control.Get Image VI Server method). Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.