{"id":27057779,"url":"https://github.com/mrange/fsimagetosixel","last_synced_at":"2025-07-22T11:37:22.976Z","repository":{"id":259081785,"uuid":"861178966","full_name":"mrange/FsImageToSixel","owner":"mrange","description":"Image to Sixel","archived":false,"fork":false,"pushed_at":"2025-05-07T08:12:10.000Z","size":1739,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-15T01:45:29.791Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"F#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mrange.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-22T08:02:21.000Z","updated_at":"2025-05-07T08:12:14.000Z","dependencies_parsed_at":"2024-10-22T23:42:50.043Z","dependency_job_id":null,"html_url":"https://github.com/mrange/FsImageToSixel","commit_stats":null,"previous_names":["mrange/fsimagetosixel"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mrange/FsImageToSixel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrange%2FFsImageToSixel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrange%2FFsImageToSixel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrange%2FFsImageToSixel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrange%2FFsImageToSixel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrange","download_url":"https://codeload.github.com/mrange/FsImageToSixel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrange%2FFsImageToSixel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266446323,"owners_count":23929880,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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-04-05T11:33:10.715Z","updated_at":"2025-07-22T11:37:22.950Z","avatar_url":"https://github.com/mrange.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FsImageToSixel.Tool\n\nA .NET tool for converting standard images into **Sixel** format, which produces multicolored, pixelated images displayable in terminals that support it (e.g., Windows Terminal 1.22+).\n\nFor more information on Sixel, check out the [Wikipedia article](https://en.wikipedia.org/wiki/Sixel).\n\n## Dependencies\n\n1. **SixLabors.ImageSharp** – A powerful image processing library by SixLabors. ImageSharp is split-licensed under the Apache License 2.0 and a commercial license. For this open-source project, it qualifies for usage under the Apache 2.0 license, as it meets the criteria for open-source software use.\n2. **System.CommandLine** – A command-line parser library from Microsoft, licensed under the MIT License.\n\n## Build Instructions\n\n```bash\ncd src/FsImageToSixel.Tool\ndotnet build -c Release\n```\n\n## How to run\n\n```bash\ncd src/FsImageToSixel.Tool\n# -i: Specifies the input image file\n# -s: Specifies the scale percentage\n# -h: Use -h or --help to print the help\ndotnet run -c Release -- -i ../../assets/dotnet-bot_branded.png -s 100\n```\n\n## Generate reference assets\n\nUse cake:\n```bash\ndotnet tool run dotnet-cake -- --Target=GenerateReferenceAssets\n```\n\nOr do it manually:\n```bash\ncd src/FsImageToSixel.Tool\ndotnet run -c Release -- -i ../../assets/dotnet-bot_branded.png -s 100 -o ../../assets/dotnet-bot_branded.txt -oo\n\ndotnet run -c Release -- -i ../../assets/icon.png -s 100 -o ../../assets/icon.txt -oo\n\ndotnet run -c Release -- -i ../../assets/cube1s.gif -s 100 -o ../../assets/cube1s.txt -oo\n\ndotnet run -c Release -- -ei -i ../../assets/cube1s.gif -s 100 -o ../../assets/cube1s_.txt -oo\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrange%2Ffsimagetosixel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrange%2Ffsimagetosixel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrange%2Ffsimagetosixel/lists"}