LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read bmp -> modify -> write bmp

Hi,
I would like to read from a spreadsheet file a path to a *.bmp file, then combine a Comment (String-value) to that *.bmp file and save it.
What's the best way doing it with LabView 7.1?
Thanks
Y3G 
0 Kudos
Message 1 of 4
(2,869 Views)

Hi Y3G,

use the "read from spreadsheet file.vi" to read your data and combine your strings with the "format into string" function.

Mike

0 Kudos
Message 2 of 4
(2,862 Views)
Are you referring to embedding a comment in the actual bitmap file? If so, as far as I know, a bitmap file does not support comments embedded within the file.
0 Kudos
Message 3 of 4
(2,858 Views)
Are you adding the comment to the filename?  I think you could use the Move function under the Advanced File I/O palette to do a rename.  There may even be openG VI's that do this as well.
0 Kudos
Message 4 of 4
(2,856 Views)