{"id":28409417,"url":"https://github.com/juliaimages/colorquantization.jl","last_synced_at":"2025-06-25T00:31:14.959Z","repository":{"id":63050025,"uuid":"539368197","full_name":"JuliaImages/ColorQuantization.jl","owner":"JuliaImages","description":"Color Quantization Algorithms in Julia","archived":false,"fork":false,"pushed_at":"2025-03-13T13:27:46.000Z","size":1025,"stargazers_count":7,"open_issues_count":5,"forks_count":2,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-06-24T22:16:58.816Z","etag":null,"topics":["colorquantization","image-processing","julia"],"latest_commit_sha":null,"homepage":"","language":"Julia","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/JuliaImages.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-09-21T07:48:16.000Z","updated_at":"2025-04-28T19:12:18.000Z","dependencies_parsed_at":"2022-11-11T21:03:44.578Z","dependency_job_id":null,"html_url":"https://github.com/JuliaImages/ColorQuantization.jl","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/JuliaImages/ColorQuantization.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaImages%2FColorQuantization.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaImages%2FColorQuantization.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaImages%2FColorQuantization.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaImages%2FColorQuantization.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaImages","download_url":"https://codeload.github.com/JuliaImages/ColorQuantization.jl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaImages%2FColorQuantization.jl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261782100,"owners_count":23208901,"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":["colorquantization","image-processing","julia"],"created_at":"2025-06-02T07:17:54.549Z","updated_at":"2025-06-25T00:31:14.944Z","avatar_url":"https://github.com/JuliaImages.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ColorQuantization.jl\n\n[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliaimages.github.io/ColorQuantization.jl/stable/)\n[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliaimages.github.io/ColorQuantization.jl/dev/)\n[![Build Status](https://github.com/JuliaImages/ColorQuantization.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/JuliaImages/ColorQuantization.jl/actions/workflows/CI.yml?query=branch%3Amain)\n[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)\n[![Coverage](https://codecov.io/gh/JuliaImages/ColorQuantization.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaImages/ColorQuantization.jl)\n\nA Julia package to generate color palettes from images.\n\n## Installation \nTo install this package and its dependencies, open the Julia REPL and run \n```julia-repl\njulia\u003e ]add ColorQuantization\n```\n\n## Examples\nTo extract a color palette from an image, call `quantize` with a [quantization method][docs-methods] of your choice.\n```julia\nusing ColorQuantization\nusing TestImages\n\nimg = testimage(\"peppers\")\n\nquantize(img, KMeansQuantization(256))  # quantize to 256 colors\nquantize(img, UniformQuantization(8))   # quantize to an 8x8x8 grid\n```\n\nThe generated color schemes can be [viewed in the documentation][docs-getting-started].\n\n## Related packages\n[ColorSchemeTools.jl](https://github.com/JuliaGraphics/ColorSchemeTools.jl) provides `extract` to generate weighted colorschemes from images using K-means clustering.\n\n[docs-getting-started]: https://juliaimages.org/ColorQuantization.jl/dev/generated/getting_started/\n[docs-methods]: https://juliaimages.org/ColorQuantization.jl/dev/api/#methods_api\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaimages%2Fcolorquantization.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliaimages%2Fcolorquantization.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliaimages%2Fcolorquantization.jl/lists"}