Import Image (bmp, jpg, png, tif, gif, pnm, xpm)
- Author: O.Conrad (c) 2005
- Menu: File | Grid | Import
Description
Loads an image.
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Output | Image | data object Grid, output, optional | OUT_GRID | - | - |
Image (Red Channel) | data object Grid, output, optional | OUT_RED | - | - | |
Image (Green Channel) | data object Grid, output, optional | OUT_GREEN | - | - | |
Image (Blue Channel) | data object Grid, output, optional | OUT_BLUE | - | - | |
Options | Image File | file path | FILE | - | - |
Options | choice | METHOD | - | Available Choices: [0] Standard [1] Split Channels [2] Enforce True Color Default: 2 |
Command Line
Usage: saga_cmd io_grid_image 1 [-OUT_GRID] [-OUT_RED ] [-OUT_GREEN ] [-OUT_BLUE ] [-FILE ] [-METHOD ] -OUT_GRID: Image data object Grid, output, optional -OUT_RED: Image (Red Channel) data object Grid, output, optional -OUT_GREEN: Image (Green Channel) data object Grid, output, optional -OUT_BLUE: Image (Blue Channel) data object Grid, output, optional -FILE: Image File file path -METHOD: Options choice Available Choices: [0] Standard [1] Split Channels [2] Enforce True Color Default: 2