From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,265 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,237 Views)

Thank you very much!

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

Thank you very much!

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