{"id":15931334,"url":"https://github.com/geopjr/blurhash-glib","last_synced_at":"2026-03-19T20:11:41.178Z","repository":{"id":218288432,"uuid":"745764551","full_name":"GeopJr/blurhash-glib","owner":"GeopJr","description":"[MIRROR] A GLib-based blurhash implementation partially ported from fast-blurhash including further optimizations.","archived":false,"fork":false,"pushed_at":"2024-01-21T00:00:13.000Z","size":22,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-23T01:25:45.843Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://gitlab.gnome.org/GeopJr/blurhash-glib","language":"Vala","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GeopJr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-01-20T04:24:04.000Z","updated_at":"2024-01-24T13:57:15.000Z","dependencies_parsed_at":null,"dependency_job_id":"d33e039f-c12c-4c2e-bc16-08bb40c29d8f","html_url":"https://github.com/GeopJr/blurhash-glib","commit_stats":null,"previous_names":["geopjr/blurhash-glib"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeopJr%2Fblurhash-glib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeopJr%2Fblurhash-glib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeopJr%2Fblurhash-glib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeopJr%2Fblurhash-glib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GeopJr","download_url":"https://codeload.github.com/GeopJr/blurhash-glib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243878437,"owners_count":20362432,"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-07T01:20:30.220Z","updated_at":"2026-01-03T12:05:02.670Z","avatar_url":"https://github.com/GeopJr.png","language":"Vala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blurhash-glib\n\nA GLib-based [blurhash](https://github.com/woltapp/blurhash) implementation partially ported from [fast-blurhash](https://github.com/mad-gooze/fast-blurhash) including further optimizations.\n\n# Usage\n\n```vala\npublic static Gdk.Pixbuf? blurhash_to_pixbuf (string blurhash, int width, int height) {\n\tuint8[]? data = Blurhash.decode_to_data (blurhash, width, height);\n\tif (data == null) return null;\n\n\treturn new Gdk.Pixbuf.from_data (\n\t\tdata,\n\t\tGdk.Colorspace.RGB,\n\t\ttrue,\n\t\t8,\n\t\twidth,\n\t\theight,\n\t\t4 * height\n\t);\n}\n```\n\n# Building\n\n```sh\n$ meson setup builddir .\n$ meson compile -C builddir\n$ meson test -C builddir\n$ meson install -C builddir\n```\n\n# Contributing\n\n1. Read the [Code of Conduct](./CODE_OF_CONDUCT.md)\n1. Fork it ( https://gitlab.gnome.org/GeopJr/blurhash-glib/-/forks/new )\n1. Create your feature branch (git checkout -b my-new-feature)\n1. Commit your changes (git commit -am 'Add some feature')\n1. Push to the branch (git push origin my-new-feature)\n1. Create a new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeopjr%2Fblurhash-glib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeopjr%2Fblurhash-glib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeopjr%2Fblurhash-glib/lists"}