{"id":24558052,"url":"https://github.com/rse/sdkig","last_synced_at":"2025-03-16T19:21:39.198Z","repository":{"id":57158176,"uuid":"250755093","full_name":"rse/sdkig","owner":"rse","description":"Stream-Deck Key-Image Generator","archived":false,"fork":false,"pushed_at":"2024-04-06T16:10:48.000Z","size":210,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-10T10:46:47.901Z","etag":null,"topics":["deck","font-awesome","generator","icon","image","key","png","stream"],"latest_commit_sha":null,"homepage":"http://npmjs.com/sdkig","language":"JavaScript","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/rse.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":"2020-03-28T09:20:12.000Z","updated_at":"2024-04-17T20:24:45.000Z","dependencies_parsed_at":"2022-08-30T03:21:24.139Z","dependency_job_id":null,"html_url":"https://github.com/rse/sdkig","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rse%2Fsdkig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rse%2Fsdkig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rse%2Fsdkig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rse%2Fsdkig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rse","download_url":"https://codeload.github.com/rse/sdkig/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243918629,"owners_count":20368745,"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":["deck","font-awesome","generator","icon","image","key","png","stream"],"created_at":"2025-01-23T05:47:15.896Z","updated_at":"2025-03-16T19:21:39.174Z","avatar_url":"https://github.com/rse.png","language":"JavaScript","readme":"\nSDKIG\n=====\n\n**Stream-Deck Key-Image Generator**\n\n\u003cp/\u003e\n\u003cimg src=\"https://nodei.co/npm/sdkig.png?downloads=true\u0026stars=true\" alt=\"\"/\u003e\n\n\u003cp/\u003e\n\u003cimg src=\"https://david-dm.org/rse/sdkig.png\" alt=\"\"/\u003e\n\nAbstract\n--------\n\nSDKIG is a small utility for generating key images for [Elgato Stream\nDeck](https://www.elgato.com/en/gaming/stream-deck) devices. The key images are generated with a size of 288x288 pixels (similar\nto the official online [Key Creator](https://www.elgato.com/en/gaming/keycreator), although\nthe device seems to downscale them to just 72x72 pixels) and are rendered\nwith the combination of a prominent centered [FontAwesome](https://fontawesome.com/)\n[icon](https://fontawesome.com/icons?d=gallery\u0026m=free)\nand a small [TypoPRO](http://typopro.org/)\n[Source Sans Pro](http://typopro.org/specimen/specimen.html#TypoPRO_0_Source_0_Sans_0_Pro-normal-normal-normal-normal)\nbased title at the bottom. The colors of the background, the icon and the title can be\nchoosen through arbitrary RGB values.\n\nInstallation\n------------\n\n```sh\n$ npm install -g sdkig\n```\n\nRequirements\n------------\n\nUnfortunately, this utility needs a licensed [PrinceXML](https://www.princexml.com/) **prince**(1)\nand the free [Poppler](https://poppler.freedesktop.org/) **pdftocairo**(1) utilities in the shell PATH.\nPrinceXML is needed for rendering the internally generated HTML to the intermediate PDF format.\nPoppler is needed for rendering the intermediate PDF to the PNG output format.\n\nUsage\n-----\n\n```sh\nUsage: sdkig [-h|--help] [-V|--version] [-b|--background-color \u003crgb-color\u003e]\n[-i|--icon-name \u003cname\u003e] [-I|--icon-color \u003crgb-color\u003e] [-s|--subicon-name \u003cname\u003e]\n[-S|--subicon-color \u003crgb-color\u003e] [-t|--title-text \u003ctext\u003e] [-T|--title-color\n\u003crgb-color\u003e] [-f|--title-font \u003ctypopro-font-id\u003e] [-o|--output-file \u003cpng-file\u003e]\n\nOptions:\n  -h, --help              Show help                   [boolean] [default: false]\n  -V, --version           show program version information\n                                                      [boolean] [default: false]\n  -b, --background-color  background color         [string] [default: \"#000000\"]\n  -i, --icon-name         icon name                       [string] [default: \"\"]\n  -I, --icon-color        icon color               [string] [default: \"#ffffff\"]\n  -s, --subicon-name      subicon name                    [string] [default: \"\"]\n  -S, --subicon-color     subicon color            [string] [default: \"#ffffff\"]\n  -t, --title-text        title text                      [string] [default: \"\"]\n  -T, --title-color       title color              [string] [default: \"#e0e0e0\"]\n  -o, --output-file       output file                     [string] [default: \"\"]\n```\n\nExample\n-------\n\n```sh\n$ sdkig -b bb0000 -i radiation-alt -I ffc0c0 -t ATTENTION -T ffffff -o sample1.png\n$ sdkig -b 336699 -s graduation-cap -S 6699cc -i face-grin -I c0e0ff -t USERS -T ffffff -o sample2.png\n```\n\n![sample1](sample1.png)\n![sample2](sample2.png)\n\nLicense\n-------\n\nCopyright \u0026copy; 2020-2024 Dr. Ralf S. Engelschall (http://engelschall.com/)\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be included\nin all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frse%2Fsdkig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frse%2Fsdkig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frse%2Fsdkig/lists"}