Raster (Process operations)
Select Create > Process > Raster.
Compresses a bitmap.
Converts a colour bitmap to a grayscale bitmap.
Converts a colour bitmap to a sepia bitmap.
Crops a bitmap.
Property |
Value |
|
High X |
The High X (right) pixel to crop to (as a simple value or as an expression, e.g. '123; or '_width&-Fix(Floor(0.5*_width&))' |
|
High Y |
The High Y (top) pixel to crop to (as a simple value or as an expression, e.g. '123; or '_width&-Fix(Floor(0.5*_width&))' |
|
Low X |
The Low X (left) pixel to crop to (as a simple value or as an expression, e.g. '123' or 'Fix(Floor(0.5*_width&))' |
|
Low Y |
The Low Y (bottom) pixel to crop to (as a simple value or as an expression, e.g. '123' or 'Fix(Floor(0.5*_width&))' |