Results 431 - 440 of 1633.

Eyedrop updated:2006-08-18 19:46:07
Selects the color from a pixel in a picture. eyedrop <horz vert> [mode] [NAME name] horz/i The pixel's horizontal coordinate. vert/i The pixel's vertical coordinate. mode/k The color to set. Options: FORE (default) | BACK. NAME/s The picture name. Default=current. Examples: ARexx: eyedrop 50 50 back eyedrop 100 78 name 'Macintosh...

Erase updated:2006-08-18 19:44:28
Removes the selected area from the picture without copying it to the clipboard. erase [NAME name] NAME/s The picture name. Default=current. Examples: ARexx: erase erase name 'Macintosh HD:Graphics:Tiger' erase name 'Graphics:Tiger.ILBM'

Effect updated:2006-08-18 19:41:27
Performs the specified effect. If an area is selected and the command can be applicable to an area, it will be applied to the area. If an area is not selected and the command is not applicable to an entire picture, the command will do nothing. effect <EFFECT name> [NAME name] EFFECT/s The name of the effect module. NAME/s The picture name....

E Commands updated:2006-08-18 19:36:42
BME E Command Reference

Cut updated:2006-08-18 19:34:43
Cuts the selected area to the clipboard. cut [NAME name] NAME/s The picture name. Default=current. Examples: ARexx: cut cut name 'Macintosh HD:Graphics:Tiger' cut name 'Graphics:Tiger.ILBM'

Crop updated:2006-08-18 19:26:48
Crops the picture to the selected area. crop [NAME name] NAME/s The picture name. Default=current. Examples: ARexx: crop crop name 'Macintosh HD:Graphics:Tiger' crop name 'Graphics:Tiger.ILBM'

Copy updated:2006-08-18 19:26:06
Copies the selected area to the clipboard. copy [NAME name] NAME/s The picture name. Default=current. Examples: ARexx: copy copy name 'Macintosh HD:Graphics:Tiger' copy name 'Graphics:Tiger.ILBM'

Convert updated:2006-08-18 19:24:52
Converts a picture to a different type. convert [TYPE type] [NAME name] TYPE/k The picture type. Options: BW | GRAYSCALE | PALETTE | PALETTE16 | RGB | CMYK. Default= current. NAME/s The picture name. Default=current. Examples: ARexx: convert type rgb convert type palette16 name 'RAM Disk:Tiger' convert type palette name...

ColorPalette updated:2006-08-18 18:12:40
Displays the color palette. colorpalette [status] [AT pointx pointy] [SIZE width height] [SAVE] status/k The palette's display status. Options: SHOW | HIDE | TOGGLE. AT/i The palette position in pixels. SIZE/i The palette size in pixels. SAVE Saves the size, position and display status to the BME Preferences file. Notes: TOGGLE may not be used in...

Close updated:2006-08-18 18:11:50
Close a picture. close [NAME name] [mode] NAME/s The picture name. Default=current. mode/k The user prompt mode for unsaved pictures. Options: FORCE | ALERT | QUIET(default). Force ignores the saved status, alert opens an alert box if it has been changed, and quiet ignores the saved status but returns an error if the picture had not been saved. Examples:...

Previous 1 11 21 31 41 42 43 44 45 46 47 48 49 50 51 52 53 54 64 74 84 94 104 114 124 134 144 154 164 Next

    PageStream User Documentation
    PageStream Guide
    PageStream Scripting Documentation
    BME User Documentation
    BME Scripting Documentation
    PageLiner User Documentation
    PageLiner Scripting Documentation
    HHV User Documentation
    Developer Documentation
    PageStream Web Site
    PageStream Web Site Documentation
    PageStream Document Gallery
    PageStream Script Gallery