{"id":13743935,"url":"https://github.com/unstoppable/actionscript-exif-reading-lib","last_synced_at":"2025-05-09T02:31:53.443Z","repository":{"id":3551633,"uuid":"4612350","full_name":"unstoppable/actionscript-exif-reading-lib","owner":"unstoppable","description":"photo exif reading lib for actionscript3/flash","archived":false,"fork":false,"pushed_at":"2012-06-10T03:15:50.000Z","size":1815,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-15T15:41:16.020Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"ActionScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unstoppable.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-10T03:01:38.000Z","updated_at":"2017-10-29T02:26:19.000Z","dependencies_parsed_at":"2022-07-28T21:18:56.354Z","dependency_job_id":null,"html_url":"https://github.com/unstoppable/actionscript-exif-reading-lib","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unstoppable%2Factionscript-exif-reading-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unstoppable%2Factionscript-exif-reading-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unstoppable%2Factionscript-exif-reading-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unstoppable%2Factionscript-exif-reading-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unstoppable","download_url":"https://codeload.github.com/unstoppable/actionscript-exif-reading-lib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253177757,"owners_count":21866394,"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-08-03T05:00:59.973Z","updated_at":"2025-05-09T02:31:52.944Z","avatar_url":"https://github.com/unstoppable.png","language":"ActionScript","funding_links":[],"categories":["File Formats"],"sub_categories":["Misc Formats"],"readme":"actionscript-exif-reading-lib\n=============================\n\nphoto exif reading lib for actionscript3/flash\n\n\nHow to use this lib to get the photo's orientation:\n`\nimport flash.utils.ByteArray;\nimport fox.photo.SimpleExifExtractor;\nimport fox.photo.exif.ifd.IFDValue;\nimport fox.photo.jpeg.Exif;\n\nvar orientation:int = -1;\nvar orientationId:int = 274;// in Exif2-2.PDF document, the orientation id is 274\nvar bytes:ByteArray = PhotoData;\nvar exif:Exif=SimpleExifExtractor.readExif(bytes);\nvar tag:IFDValue=exif.findTagById(orientationId);\nif (tag) // in certain case, it might don't have orientation infomation. \n{\n\torientation=parseInt(\"\" + tag.value);\n}\ntrace('orientation is:'+orientation);\n`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funstoppable%2Factionscript-exif-reading-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funstoppable%2Factionscript-exif-reading-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funstoppable%2Factionscript-exif-reading-lib/lists"}