{"id":13743134,"url":"https://github.com/yiwenl/AlphaExporter","last_synced_at":"2025-05-09T00:32:47.722Z","repository":{"id":5488696,"uuid":"6686731","full_name":"yiwenl/AlphaExporter","owner":"yiwenl","description":"An Alpha Exporter for transparent images","archived":false,"fork":false,"pushed_at":"2012-11-14T12:27:37.000Z","size":631,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-27T23:36:29.778Z","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/yiwenl.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-11-14T11:23:53.000Z","updated_at":"2019-06-25T09:40:22.000Z","dependencies_parsed_at":"2022-08-06T18:16:15.425Z","dependency_job_id":null,"html_url":"https://github.com/yiwenl/AlphaExporter","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/yiwenl%2FAlphaExporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yiwenl%2FAlphaExporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yiwenl%2FAlphaExporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yiwenl%2FAlphaExporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yiwenl","download_url":"https://codeload.github.com/yiwenl/AlphaExporter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253171166,"owners_count":21865275,"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:41.195Z","updated_at":"2025-05-09T00:32:47.387Z","avatar_url":"https://github.com/yiwenl.png","language":"ActionScript","funding_links":[],"categories":["Multimedia"],"sub_categories":["Image"],"readme":"This is a simple tool to separate a image with transparency into 2 different non-transparent images, in order to reduce the file size.\n\nTo recreate the original image with actionscript : \n\n//\t_bmpdExport \t: the export image without alpha channel\n//\t_bmpdAlpha \t\t: the alpha image\n\nvar bmpd:BitmapData = new BitmapData(_bmpd.width, _bmpd.height, true, 0x00000000);\nbmpd.draw(_bmpdExport);\nbmpd.copyChannel(_bmpdAlpha, bmpd.rect, new Point, BitmapDataChannel.RED, BitmapDataChannel.ALPHA);\n_container.addChild(new Bitmap(bmpd));","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyiwenl%2FAlphaExporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyiwenl%2FAlphaExporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyiwenl%2FAlphaExporter/lists"}