[TIMOB-10079] TiAPI: Achieve parity for Ti.Blob methods
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-09-11T08:49:29.000+0000 |
Affected Version/s | Release 2.1.0, Release 2.1.1 |
Fix Version/s | Release 3.0.0, Sprint 2012-18 API |
Components | TiAPI |
Labels | api, parity |
Reporter | Vishal Duggal |
Assignee | Neeraj Gupta |
Created | 2012-07-23T09:42:48.000+0000 |
Updated | 2017-03-31T22:17:59.000+0000 |
Description
The following image methods exist on IOS only. They need to be implemented on the other supported platforms
imageAsCropped
imageAsResized
imageAsThumbnail
imageWithAlpha
imageWithRoundedCorner
imageWithTransparentBorder
We can take a look at github.com/yagitoshiro/ImageAsResized for the Android platform.
imageWithRoundedCorner behaves differently on iOS than it does on Android. On Android, the background of the corners is transparent, like it should be. In iOS, the corners are white. Please change the iOS implementation to make the corners transparent instead of white.
Closing ticket as fixed, if there are any problems, please file a new ticket.