expand
From DavinciWiki
|
Contents: Description, Arguments, Usage, Examples, Images, Related Functions, Source Supported Under Version: >1.00
Description Expand an image by an integer factor
Arguments and Return Values Arguments: Return Value:
Usage Syntax: expand($1 = VAR, $2 = INT, $3 = INT) $1 - input array $2 - xy scale factor or x scale factor $3 - y scale factor (optional)
Examples dv> a 100x100x3 array of byte, bip format [30,000 bytes] dv> b=expand(a,3) 300x300x3 array of byte, bsq format [270,000 bytes]
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Related Functions
Recent Library Changes Created On: 02-15-2006 |

