Resolution is the Value that represents image resolution. Use with: TagResolution
| 462 | // |
| 463 | // Use with: TagResolution |
| 464 | type Resolution struct { |
| 465 | Xres, Yres int // X/Y resolutions |
| 466 | Units Units // Resolution units |
| 467 | } |
| 468 | |
| 469 | // String converts Resolution value to string |
| 470 | func (v Resolution) String() string { |
nothing calls this directly
no outgoing calls
no test coverage detected