ImageTools
SampleImage
return a sample image
Calling Sequence
Parameters
Description
Examples
Compatibility
SampleImage( n )
n
-
an integer specifying a sample image
The SampleImage function returns one of the available canned sample images, specified by integer argument n, which must range from 1 to the number of available images.
Calling SampleImage with 0 as its argument returns the number of available sample images.
Use the Preview or Embed commands to view the returned sample image in the Maple session.
with⁡ImageTools:
SampleImage⁡0
5
img≔SampleImage⁡1
Embed⁡img
The ImageTools[SampleImage] command was introduced in Maple 2021.
For more information on Maple 2021 changes, see Updates in Maple 2021.
See Also
ImageTools[Create]
Download Help Document