ImageTools
Height
return the height of an image
Calling Sequence
Parameters
Description
Examples
Height( img, info )
img
-
Image; input image
info
(optional) one of 'size', 'lower', 'upper', or 'range'; information to return
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
with⁡ImageTools:
img≔Create⁡10..59,1..200:
Height⁡img
50
map2⁡Height,img,size,lower,upper,range
50,10,59,10..59
See Also
ImageTools[Layers]
ImageTools[Width]
Download Help Document