div
The div function divides the pixels of a CImage object or 1-dimensional array by a value.
result = div( object, value )
where object is a 1-dimensional array, CImage object.
value is a number.
result is returned as an array, CImage object, or number, depending on the type of value.
The following script divides the members of a table by the value 3200.5.
|
-- diivide all members of the table by the number |
The next script divides all pixels of a CImage by 3200.5.
|
-- attach the topmost image window |
|
-- make sure an image window is on top |
|
-- divide the CImage by the number |
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.