CImage:KwdSetStr
The KwdSetStr method inserts a numeric value keyword string into the image header.
CImage:KwdSetStr( sKwd, value ) |
sKwd is the keyword name
value is a string up to 70 characters long.
This method inserts into the image header a string value keyword such as FILTER or OBJECT. If the keyword name already exists, its value is overwritten by the new value.
Suppose a CImage named I exists. The following script sets a numeric keyword in the header:
|
-- value is "green 545" |
|
-- set the FILTER keyword |
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.