Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
ImageTools[View] - display images in a maplet
Calling Sequence
View( row1, row2, ..., opts )
Parameters
rowi
-
(optional) Image or list(Image); row of images
opts
(optional) equation(s) of the form option = value; specify options for the View command
Description
The View command launches a Maplet dialog that displays rows of images. Each row can contain one or more images.
If the parameter rowi is an image, then that image is displayed in row i.
If the parameter rowi is a list of images, then each of the images is displayed in row i. The first image in the list is displayed on the left.
The first row (row1) is the upper-most.
Options
tempdir = string
Specifies the temporary directory into which images can be written. The default is system specific.
title = string
The title displayed in the Maplet titlebar. The default is Image View.
Examples
Create two images.
Display a single image.
Display two images side by side.
Display two images above each other.
Display four images in a 2 by 2 grid.
See Also
ImageTools, ImageTools[Preview]
Download Help Document