[TIMOB-9272] iOS: Images being unnecessarily regenerated at same resolutions.
| GitHub Issue | n/a |
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-05-31T17:09:39.000+0000 |
| Affected Version/s | Release 2.0.1 |
| Fix Version/s | Release 2.1.0, Sprint 2012-11 API |
| Components | iOS |
| Labels | SupportTeam, api |
| Reporter | Federico Casali |
| Assignee | Blain Hamon |
| Created | 2012-05-24T19:50:37.000+0000 |
| Updated | 2017-03-06T22:30:19.000+0000 |
Description
Problem description
Discovered while working on the previous issue, UIImage+Resize.m's +[resizedImage:transform:drawTransposed:interpolationQuality:image:hires:] will generate a completely new image even if the requested size is the same as the old size.
Comments
JSON Source
PR merged https://github.com/appcelerator/titanium_mobile/pull/2276
Closing ticket due to time passed.