Description
Specifies a reduction to apply to an image. For example a 800x400 image reduced by a 4x1 ratio will have a resolution of 200x100.
C# Syntax
siImageRatio.siImageRatio1x1 // 0 siImageRatio.siImageRatio2x1 // 1 siImageRatio.siImageRatio4x1 // 2 siImageRatio.siImageRatio8x1 // 3 siImageRatio.siImageRatio16x1 // 4 siImageRatio.siImageRatioThumbnail // 5
|
Constant |
Value |
Description |
|
0 |
Full resolution issue. |
|
|
1 |
Image reduced to 1/2 resolution (e.g. 1/4 the memory consumption). |
|
|
2 |
Image reduced to 1/4 resolution. |
|
|
3 |
Image reduced to 1/8 resolution. |
|
|
4 |
Image reduced to 1/16 resolution. |
|
|
5 |
Image reduced to Thumbnail resolution. |
Applies To
Autodesk Softimage v7.5