ImageTools[Height] - return the height of an image
|
Calling Sequence
|
|
Height( img, info )
|
|
Parameters
|
|
img
|
-
|
Image; input image
|
info
|
-
|
(optional) one of 'size', 'lower', 'upper', or 'range'; information to return
|
|
|
|
|
Description
|
|
•
|
The Height command returns the height information of the image img.
|
|
Information
|
|
•
|
The optional info parameter specifies the information to return. Its default value is size. The following operations are supported:
|
–
|
lower: lower height index
|
–
|
upper: upper height index
|
–
|
range: height index range
|
–
|
size: height of the image
|
|
|
|
Download Help Document
Was this information helpful?