03-01-2018 11:48 PM
Can I use LabVIEW to open a *.psd image file,which is created with PhotoShop.
Solved! Go to Solution.
03-02-2018 02:42 AM - edited 03-02-2018 02:43 AM
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…
05-28-2018 07:40 PM
Thank you very much!
05-28-2018 07:51 PM