{"id":32406631,"url":"https://github.com/roipeker/as3-blurhash","last_synced_at":"2026-02-21T22:02:46.699Z","repository":{"id":43973376,"uuid":"276814578","full_name":"roipeker/as3-blurhash","owner":"roipeker","description":"blurhash encoder/decoder implementation for ActionScript 3.0","archived":false,"fork":false,"pushed_at":"2020-07-03T13:35:09.000Z","size":38,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-25T12:55:50.488Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/roipeker.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}},"created_at":"2020-07-03T05:23:33.000Z","updated_at":"2022-08-29T18:15:01.000Z","dependencies_parsed_at":"2022-09-11T02:10:59.753Z","dependency_job_id":null,"html_url":"https://github.com/roipeker/as3-blurhash","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/roipeker/as3-blurhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roipeker%2Fas3-blurhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roipeker%2Fas3-blurhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roipeker%2Fas3-blurhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roipeker%2Fas3-blurhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/roipeker","download_url":"https://codeload.github.com/roipeker/as3-blurhash/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/roipeker%2Fas3-blurhash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29694792,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-10-25T12:55:44.295Z","updated_at":"2026-02-21T22:02:46.663Z","avatar_url":"https://github.com/roipeker.png","language":"ActionScript","funding_links":[],"categories":["Multimedia"],"sub_categories":[],"readme":"# BlurHash for ActionScript 3.0.\nis a [BlurHash](https://blurha.sh) encoder/decoder implementation in ActionScript 3.0.\n\nBased on https://blurha.sh/\n\nCheck Main.as for usage samples.\n\n## How to use it\n\nExample usage of decoder:\n\nUsage in pure AS3\n```actionscript\n//Image hash to be decoded\nvar hashed:String = 'LKO2?U%2Tw=w]~RBVZRi};RPxuwH';\n//Image placeholder\nvar img:Sprite = new Sprite();\naddChild(img);\n//Load image from hash\nvar blurImage:Bitmap = ImageUtils.getBitmapFromHash(hashed, tw, th, 1, 32);\nimg.addChild(blurImage);\n```\n\nUsage in Apache Flex\n```actionscript\n//Image hash to be decoded\nvar hashString:String = 'LKO2?U%2Tw=w]~RBVZRi};RPxuwH';\n//Container can be any UI Element used as placehodler (ex. Group)\nvar decodedBitmap:Bitmap = ImageUtils.getBitmapFromHash(hashString, container.width, container.height, 1, 32);\nmyImgComponent.source = decodedBitmap.bitmapData;\n//Enable smooth in Image or BitmapImage for best result\nmyImgComponent.smooth=true;\n```\n\n## Contributing\n\nIssues, feature requests or improvements welcome!\n\n## Licence\n\nThis project is licensed under the [GPL-3.0 License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froipeker%2Fas3-blurhash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froipeker%2Fas3-blurhash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froipeker%2Fas3-blurhash/lists"}