ImageTools[Width] - return the width of an image
|
Calling Sequence
|
|
Width( img, info )
|
|
Parameters
|
|
img
|
-
|
Image; input image
|
info
|
-
|
(optional) one of 'size', 'lower', 'upper', or 'range'; information to return
|
|
|
|
|
Description
|
|
•
|
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
|
|
|
|
Download Help Document
Was this information helpful?