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