()
| 87 | } |
| 88 | |
| 89 | func (po ProcessingOptions) ExtendAspectRatioGravity() GravityOptions { |
| 90 | return NewGravityOptions(po.Options, keys.ExtendAspectRatioGravity, GravityCenter) |
| 91 | } |
| 92 | |
| 93 | func (po ProcessingOptions) Rotate() int { |
| 94 | return po.GetInt(keys.Rotate, 0) |
no test coverage detected