| 16 | } |
| 17 | |
| 18 | type sizeTestCase struct { |
| 19 | limit int |
| 20 | width int |
| 21 | height int |
| 22 | resizingType processing.ResizeType |
| 23 | enlarge bool |
| 24 | extend bool |
| 25 | extendAR bool |
| 26 | paddingTop int |
| 27 | paddingRight int |
| 28 | paddingBottom int |
| 29 | paddingLeft int |
| 30 | rotate int |
| 31 | } |
| 32 | |
| 33 | func (r sizeTestCase) ImagePath() string { |
| 34 | return "geometry.png" |
nothing calls this directly
no outgoing calls
no test coverage detected