{"id":18489138,"url":"https://github.com/floriancassayre/pxlartgenerator","last_synced_at":"2025-04-08T21:30:41.703Z","repository":{"id":89163707,"uuid":"88156822","full_name":"FlorianCassayre/PxlArtGenerator","owner":"FlorianCassayre","description":"Pixel art generator for pixel space.","archived":false,"fork":false,"pushed_at":"2017-04-13T12:02:50.000Z","size":16,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T21:15:08.406Z","etag":null,"topics":["java","pixel-art","pxls","reddit-place"],"latest_commit_sha":null,"homepage":"http://pxls.space","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/FlorianCassayre.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-13T11:13:53.000Z","updated_at":"2024-05-30T13:42:36.000Z","dependencies_parsed_at":"2023-06-14T05:30:14.242Z","dependency_job_id":null,"html_url":"https://github.com/FlorianCassayre/PxlArtGenerator","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianCassayre%2FPxlArtGenerator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianCassayre%2FPxlArtGenerator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianCassayre%2FPxlArtGenerator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlorianCassayre%2FPxlArtGenerator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlorianCassayre","download_url":"https://codeload.github.com/FlorianCassayre/PxlArtGenerator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247931031,"owners_count":21020155,"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":["java","pixel-art","pxls","reddit-place"],"created_at":"2024-11-06T12:55:30.813Z","updated_at":"2025-04-08T21:30:41.698Z","avatar_url":"https://github.com/FlorianCassayre.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PxlArtGenerator #\n\nA light tool to convert images to pixel arts using the 16-colors palette available on [pxls.space](http://pxls.space).\n\n![Mona Lisa](https://i.cassayre.me/20170413134346)\n\n## Requirements ##\n\nJava **1.7+** is required to run the program.\n\n## Download ##\n\nA compiled version can be downloaded in the [releases](https://github.com/FlorianCassayre/PxlArtGenerator/releases) section.\n\n## Usage ##\n\n    Usage: java -jar PxlArtGenerator.jar \u003csource image\u003e \u003coutput image\u003e [options]\n      Options:\n        --help\n          Displays this menu\n        -height, -h\n          The output image height\n        -output-size\n          The size of the pixels on the output image\n          Default: 1\n        -palette, -p\n          The palette to be used to draw the output image; it must be in \n          hexadecimal \n          Default: 0123456789abcdef\n        -width, -w\n          The output image width\n\n### Examples ###\n\nDefault options; the output size will be the same as the input, using all the available colors:\n\n\u003e `java -jar PxlArtGenerator.jar source.png output.png`\n\n\nThe output pixels will be 10 times larger (useful to avoid anti-aliasing when sharing the image):\n\n\u003e `java -jar PxlArtGenerator.jar source.png output.png -output-size 10`\n\n\nThe palette will only use white, light gray, gray and black:\n\n\u003e `java -jar PxlArtGenerator.jar source.png output.png -palette 0123`\n\n\nThe output image will be 20 pixels long (horizontally), and the height will be calculated according to the original aspect ratio:\n\n\u003e `java -jar PxlArtGenerator.jar source.png output.png -width 20`\n\n\nThe output image will be 50 x 50 pixels (warning, the aspect ratio can change!):\n\n\u003e `java -jar PxlArtGenerator.jar source.png output.png -width 50 -height 50`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloriancassayre%2Fpxlartgenerator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffloriancassayre%2Fpxlartgenerator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffloriancassayre%2Fpxlartgenerator/lists"}