<< N Commands | O Commands >> |
Top: Documentation Library | Up: N Commands |
New Bitmap Command
Creates a new picture.
new [TYPE type] [SIZE width height] [DPI horz vert] [NAME name]
TYPE/k The picture type.
Options: BW | GRAYSCALE | PALETTE (default) | PALETTE16 | RGB | CMYK.
SIZE/i The size of the picture. Amiga default=320x200, MacOS default=100x100.
DPI/i The resolution of the picture. Amiga default=display dpi, MacOS default=72dpi.
NAME/s The picture name. Default=current.
Examples:
ARexx:
new type rgb size 640 400
New Command Definition url:BMEcmd/new
created:2006-04-19 07:42:15 last updated:2006-08-19 08:34:25
Copyright © 1985-2024 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For New | sign in to add a comment |
There are no user contributed comments for this page. |
<< N Commands | O Commands >> |
Top: Documentation Library | Up: N Commands |