{"id":16019801,"url":"https://github.com/zduny/launcher-icon-tool","last_synced_at":"2025-07-12T18:40:13.556Z","repository":{"id":19338399,"uuid":"22577301","full_name":"zduny/launcher-icon-tool","owner":"zduny","description":"Automatically resize image to approperiate versions of Android launcher icon drawables.","archived":false,"fork":false,"pushed_at":"2020-03-14T21:35:34.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-10T11:44:49.875Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","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/zduny.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":"2014-08-03T15:12:51.000Z","updated_at":"2020-03-14T21:35:36.000Z","dependencies_parsed_at":"2022-08-28T07:51:25.557Z","dependency_job_id":null,"html_url":"https://github.com/zduny/launcher-icon-tool","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/zduny%2Flauncher-icon-tool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zduny%2Flauncher-icon-tool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zduny%2Flauncher-icon-tool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zduny%2Flauncher-icon-tool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zduny","download_url":"https://codeload.github.com/zduny/launcher-icon-tool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284064,"owners_count":20913679,"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-10-08T17:05:23.714Z","updated_at":"2025-04-05T03:26:05.524Z","avatar_url":"https://github.com/zduny.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"launcher-icon-tool\n================\n\nAutomatically resize image to approperiate versions of Android launcher icon drawables.\n\nHow to use\n----------------\n\nIf you use Windows just download [executable](https://github.com/mrpyo/LauncherIconTool/raw/master/LIT.exe), put it in easily accessible place (for example desktop) \nand drag and drop image file onto its icon.\n\n\nSVG files\n----------------\n\nIf you are creating your icon using vector editing software, there is a better way: \n\n1. First export your image to **SVG** format.\n2. Install [Inkscape](http://www.inkscape.org/en/).\n3. Then use following script (you can download it [here](https://raw.githubusercontent.com/mrpyo/LauncherIconTool/master/LIT.bat), save it on desktop and drag and drop your **svg** file on it):\n\n```\nREM Set following path to your Inkscape location:\nset INKSCAPE=\"C:\\Program Files (x86)\\Inkscape\\Inkscape.exe\"\n\n%INKSCAPE% -e web_hi_res_512.png -w 512 -h 512 %1\n\nmkdir res\\drawable-xxxhdpi\n%INKSCAPE% -e res\\drawable-xxxhdpi\\ic_launcher.png -w 192 -h 192 %1\n\nmkdir res\\drawable-xxhdpi\n%INKSCAPE% -e res\\drawable-xxhdpi\\ic_launcher.png -w 144 -h 144 %1\n\nmkdir res\\drawable-xhdpi\n%INKSCAPE% -e res\\drawable-xhdpi\\ic_launcher.png -w 96 -h 96 %1\n\nmkdir res\\drawable-hdpi\n%INKSCAPE% -e res\\drawable-hdpi\\ic_launcher.png -w 72 -h 72 %1\n\nmkdir res\\drawable-mdpi\n%INKSCAPE% -e res\\drawable-mdpi\\ic_launcher.png -w 48 -h 48 %1\n```\n\nIt will create icons with all required sizes. \n\nThis method avoids creation of artifacts due to filtering when scaling large raster images.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzduny%2Flauncher-icon-tool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzduny%2Flauncher-icon-tool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzduny%2Flauncher-icon-tool/lists"}