gravity | Sets the current gravity suggestion for various other options | northwest, north, northeast, west, center, east, southwest, south, southeast | None |
shave | Shave pixels from the image edges | WxH | None |
unsharp_radius | The radius of the Gaussian | In pixels, not counting the center pixel, should be larger than unsharp_sigma. Use a radius of 0 to have the method select a suitable radius. | None |
unsharp_sigma | The standard deviation of the Gaussian | In pixels | 1.0 |
unsharp_gain | The fraction of the difference between the original and the blur image that is added back into the original | Float | 1.0 |
unsharp_threshold | The threshold, as a fraction of QuantumRange, needed to apply the difference amount | Float | 0.05 |