()
| 79 | } |
| 80 | |
| 81 | func (po ProcessingOptions) ExtendGravity() GravityOptions { |
| 82 | return NewGravityOptions(po.Options, keys.ExtendGravity, GravityCenter) |
| 83 | } |
| 84 | |
| 85 | func (po ProcessingOptions) ExtendAspectRatioEnabled() bool { |
| 86 | return po.GetBool(keys.ExtendAspectRatioEnabled, false) |
no test coverage detected