LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW .psd image

Solved!
Go to solution

Can I use LabVIEW to open a *.psd image file,which is created with PhotoShop.

0 Kudos
Message 1 of 4
(2,599 Views)
Solution
Accepted by topic author zzyrun

Hi zzyrun,

 

Can I use LabVIEW to open a *.psd image file,which is created with PhotoShop.

Generic answer: yes, use FileOpen function…

 

More specific answer (with making several assumptions about the purpose of your question): use SystemExec to call a tool to convert PSD to PNG (like ImageMagick), then read the PNG fiule using the PictureFile functions…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,571 Views)

Thank you very much!

0 Kudos
Message 3 of 4
(2,457 Views)

Thank you very much!

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