{"id":18119651,"url":"https://github.com/mostlygeek/goexif-apple-makernotes","last_synced_at":"2025-04-06T11:18:15.445Z","repository":{"id":66828438,"uuid":"148534454","full_name":"mostlygeek/goexif-apple-makernotes","owner":"mostlygeek","description":"Makernotes parser for goexif","archived":false,"fork":false,"pushed_at":"2019-03-26T03:44:56.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-12T16:51:47.641Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mostlygeek.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":"2018-09-12T19:57:21.000Z","updated_at":"2020-02-05T05:15:20.000Z","dependencies_parsed_at":"2023-03-27T14:28:28.574Z","dependency_job_id":null,"html_url":"https://github.com/mostlygeek/goexif-apple-makernotes","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostlygeek%2Fgoexif-apple-makernotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostlygeek%2Fgoexif-apple-makernotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostlygeek%2Fgoexif-apple-makernotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mostlygeek%2Fgoexif-apple-makernotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mostlygeek","download_url":"https://codeload.github.com/mostlygeek/goexif-apple-makernotes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247471521,"owners_count":20944158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-01T05:16:36.503Z","updated_at":"2025-04-06T11:18:15.406Z","avatar_url":"https://github.com/mostlygeek.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# goexif-apple-makernotes\n\nThis repo adds support for Apple iOS makernote parsing to [rwcarlsen/goexif](https://github.com/rwcarlsen/goexif) until [PR#62](https://github.com/rwcarlsen/goexif/pull/62) lands.\n\n## Usage\n\nSee extract.go as an example of usage.  \n\n```go\nfunc main() {\n    // add the apple parser\n    exif.RegisterParsers(makernotes.Apple)\n\n    // ...\n\n    x, err := exif.Decode(f)\n\n    // ...\n\n    tag, err := x.Get(makernotes.Apple_BurstUUID)\n\n    // ...\n}\n```\n\nRun it on the testdata/ files to see examples of apple makernote data.\n\n```\n$ go run extract.go testdata/apple_burstuuid.jpg\nApple.RunTime : (binary plist 104 bytes)\nApple.AccelerationVector : [\"-5691/6191\",\"-677/22055\",\"-1538/3835\"]\n --- Get Error:  exif: tag \"Apple.HDRImageType\" is not present\nApple.BurstUUID : \"81F26A91-7A4F-4968-AA5A-9189D3681D91\"\n --- Get Error:  exif: tag \"Apple.ContentIdentifier\" is not present\n --- Get Error:  exif: tag \"Apple.ImageUniqueID\" is not present\n```\n\nand\n\n```\n$ go run extract.go testdata/apple_contentid.jpg\nApple.RunTime : (binary plist 104 bytes)\nApple.AccelerationVector : [\"-1340/16057\",\"-812/905\",\"-1205/2874\"]\n --- Get Error:  exif: tag \"Apple.HDRImageType\" is not present\n --- Get Error:  exif: tag \"Apple.BurstUUID\" is not present\nApple.ContentIdentifier : \"D4122CE4-5DA9-4EBA-9475-01579D01ADCE\"\n --- Get Error:  exif: tag \"Apple.ImageUniqueID\" is not present\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostlygeek%2Fgoexif-apple-makernotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmostlygeek%2Fgoexif-apple-makernotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmostlygeek%2Fgoexif-apple-makernotes/lists"}