[TIMOB-10567] Ti API: Expose EXIF data of an image through Titanium API
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.0.0 |
Fix Version/s | n/a |
Components | TiAPI |
Labels | core |
Reporter | Allen Yeung |
Assignee | Unknown |
Created | 2012-08-22T18:35:16.000+0000 |
Updated | 2018-02-28T20:04:24.000+0000 |
Description
This ticket stems from the architecture discussion for https://wiki.appcelerator.org/display/eng/Architecture+Proposal+-+Add+orientation+property+to+image+view+and+add+functionality+to+expose+EXIF+data
The exif data of an image will include information that may be helpful for users to have during app development. This includes things like orientation of the image, geolocation for the image etc. We want to allow users to get this data given a particular image.
This first step in this task is to decide on how we would like to expose this. There have been ideas of including it in an image blob, or creating a separate proxy for the exif data. We need to discuss which properties we want to expose, how we want to expose them (getters/setters vs a single getAttribute() method with attribute constants), and other details regarding how the API will look like.
No comments