how can i import graphics with transparent colors into labview.txt
来自「labview自定义控件制作的详细方法和说明」· 文本 代码 · 共 27 行
TXT
27 行
How Can I Import Graphics with Transparent Colors into LabVIEW?
Primary Software: LabVIEW Development Systems>>Full Development System
Primary Software Version: 7.1
Primary Software Fixed Version: N/A
Secondary Software: N/A
Problem: How can I import images with transparent colors into LabVIEW 4.0 and higher?
Solution: First, you need to have a graphics development environment that allows you to create and save graphics with transparent colors in a format importable by LabVIEW on your operating system. Canvas and Corel Draw are two examples. After you have created the graphics file, save it as follows:
On Macintosh, save the graphic as a PICT file.
On Windows 3.1.x, save as GIF, TIFF, or Metafile.
On Windows NT/98/95, you must save as a Windows Metafile (.WMF) or Enhanced Metafile (.EMF).
On Windows XP, save as a Portable Network Graphics Format (.PNG)
Solaris does not support transparent color in graphics. Only bitmaps are supported on Solaris.
After saving the image, import it into LabVIEW using the Import Picture From File option under the Edit menu.
If you have Microsoft Office installed, you can demonstrate this feature. Try importing, into LabVIEW, the "car.wmf" file from your Microsoft Office clipart folder.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?