Parameters
| Property | Type | Required | Description |
|---|---|---|---|
| src | String | Yes | Image path (local or remote) |
| success | Function | No | Callback with image info |
| fail | Function | No | Callback on failure |
| complete | Function | No | Callback that always executes |
Success Callback
| Property | Type | Description |
|---|---|---|
| width | Number | Image width in pixels |
| height | Number | Image height in pixels |
| path | String | Local path to image |
| orientation | String | Image orientation |
| type | String | Image format |