Crop and Scale Settings
Argument |
description |
---|---|
--resizeX <int> |
Resize the resolution to the X dimension Default = none |
--resizeY <int> |
Resize the resolution to the Y dimension Default = none |
--fit <int> |
Change the source resolution a fit output: 1 = fitX 2 = fitY 3 = StretchXY 4 = fitX 2x desqueeze 5 = fitX .9 6 = fitY .9 7 = fitX 1.46 8 = fitX 1.09 9 = fitX 0.5 10 = fitY 0.5 11 = fitX 1.3 12 = fitY 1.3 13 = fitX 1.25 (Default = 1) |
--cropX <int> |
Crop the demosaiced source before resizing with the origin X (Default = no crop) |
--cropY <int> |
Crop the demosaiced source before resizing with the origin Y (Default = no crop) |
--cropW <int> |
Crop the demosaiced source before resizing the width (Default = no crop) |
--cropH <int> |
Crop the demosaiced source before resizing the height (Default = no crop) |
--filter <int> |
Add one of the following filters to the clip: 0 = Bilinear (fastest) 1 = Bell (smoother) 2 = Lanczos3 (sharper) 3 = Quadratic (smoother) 4 = Cubic-bspline (smoother) 5 = CatmulRom (sharper) 6 = Mitchell (smoother) 7 = Gauss (smoother) 8 = WideGauss (smoothest) 9 = Sinc (sharpest) 10 = Keys (sharper) 11 = Rocket (sharper) (Default = 5) |
--forceFlipHorizontal <int> |
0 = Disables any horizontal flip setting in metadata 1 = Forces the image to be flipped horizontally |
--forceFlipVertical <int> |
0 = Disables any vertical flip setting in metadata 1 = Forces the image to be flipped vertically |
--rotate <float> |
Rotates the image by 0, -90, and 90 degrees |
--preventNegativePixels <int> |
Turn on to prevent the scaler from generating negative pixel values 0 = off 1 = on (Default = 1) |