LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Increasing Image Size from "Get Image" or "Write JPEG File"

I want to programmatically increase the size of the image generated by this code:

 

Write JPG.PNG

 

Does anyone know of a way to accomplish this?  Thanks.

Forbes Black
Lapsed CLAD, LV 5 - LV 2022 (Yeah, I'm that old...)
0 Kudos
Message 1 of 4
(2,186 Views)

If you make the TypeDef a non-strict TypeDef, you can change the PlotSize property as you wish.

 

Bob Schor

0 Kudos
Message 2 of 4
(2,162 Views)

If you just want to increase it by a factor that's an integer, you can use array interleaving & building.double.png

 

 

"If you weren't supposed to push it, it wouldn't be a button."
0 Kudos
Message 3 of 4
(2,162 Views)

The picture is a pixel-by-pixel representation of the front panel graph, so if you want more resolution you could e.g. create a subVI with a much larger, but otherwise similar graph, call it on demand and get it's picture instead.

0 Kudos
Message 4 of 4
(2,147 Views)