()
| 83 | } |
| 84 | |
| 85 | func (po ProcessingOptions) ExtendAspectRatioEnabled() bool { |
| 86 | return po.GetBool(keys.ExtendAspectRatioEnabled, false) |
| 87 | } |
| 88 | |
| 89 | func (po ProcessingOptions) ExtendAspectRatioGravity() GravityOptions { |
| 90 | return NewGravityOptions(po.Options, keys.ExtendAspectRatioGravity, GravityCenter) |
no test coverage detected