07-02-2015 08:32 AM - edited 07-02-2015 08:34 AM
I found this helpful bit of code that uses .NET for capturing a screenshot using coordinates from a mouse click. However, I need it to save 8 bit PNG files instead of the 32 bit PNG it currently saves. Does anyone know how to do that?
Thanks!
Solved! Go to Solution.
07-02-2015 09:00 AM
First thought is you could use the Draw Flattened Pixmap, then the Picture to Pixmap which has an input for the depth which could be set to 8, then do the PNG save. Nic eVI by the way.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
07-02-2015 09:19 AM
That worked nicely. Thank you for your assistance.