{"id":21903887,"url":"https://github.com/hansemannn/titanium-exif","last_synced_at":"2026-05-17T02:41:30.626Z","repository":{"id":142791336,"uuid":"101499261","full_name":"hansemannn/titanium-exif","owner":"hansemannn","description":"Parse EXIF-data from local images in Axway Titanium.","archived":false,"fork":false,"pushed_at":"2017-08-26T19:04:50.000Z","size":101,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-13T19:34:46.197Z","etag":null,"topics":["exif-data","exif-interface","exif-metadata","javascript","titanium"],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hansemannn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-26T16:46:58.000Z","updated_at":"2021-07-14T02:25:55.000Z","dependencies_parsed_at":"2023-03-18T06:00:38.282Z","dependency_job_id":null,"html_url":"https://github.com/hansemannn/titanium-exif","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/hansemannn/titanium-exif","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-exif","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-exif/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-exif/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-exif/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hansemannn","download_url":"https://codeload.github.com/hansemannn/titanium-exif/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hansemannn%2Ftitanium-exif/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33125487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"online","status_checked_at":"2026-05-17T02:00:05.366Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["exif-data","exif-interface","exif-metadata","javascript","titanium"],"created_at":"2024-11-28T15:29:58.170Z","updated_at":"2026-05-17T02:41:30.586Z","avatar_url":"https://github.com/hansemannn.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Titanium EXIF-Tools\n\n## Example\n```js\nvar EXIF = require('ti.exiftools');\n\nvar win = Ti.UI.createWindow({\n  backgroundColor: '#fff'\n});\n\nvar btn = Ti.UI.createButton({\n  title: 'Get EXIF-data'\n});\n\nbtn.addEventListener('click', function() {\n  EXIF.scanEXIFDataFromImage({\n    image: Ti.Filesystem.getFile('test.jpg').read(),\n    tags: [271],\n    callback: function(e) {\n      Ti.API.warn(e.exif);\n    }\n  });\n});\n\nwin.add(btn);\nwin.open();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansemannn%2Ftitanium-exif","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhansemannn%2Ftitanium-exif","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhansemannn%2Ftitanium-exif/lists"}