{"id":41081316,"url":"https://github.com/vbsw/imagext","last_synced_at":"2026-01-22T13:39:44.327Z","repository":{"id":57575116,"uuid":"354935426","full_name":"vbsw/imagext","owner":"vbsw","description":"functions and filters for image (grayscale, monochrome, etc.)","archived":false,"fork":false,"pushed_at":"2021-04-25T21:54:25.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T06:44:36.854Z","etag":null,"topics":["conversion","convert","golang","gray","grayscale","image","monochrome","rgba"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vbsw.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}},"created_at":"2021-04-05T18:39:00.000Z","updated_at":"2021-04-25T21:54:27.000Z","dependencies_parsed_at":"2022-09-19T20:23:35.907Z","dependency_job_id":null,"html_url":"https://github.com/vbsw/imagext","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/vbsw/imagext","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbsw%2Fimagext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbsw%2Fimagext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbsw%2Fimagext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbsw%2Fimagext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vbsw","download_url":"https://codeload.github.com/vbsw/imagext/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbsw%2Fimagext/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28663812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["conversion","convert","golang","gray","grayscale","image","monochrome","rgba"],"created_at":"2026-01-22T13:39:43.657Z","updated_at":"2026-01-22T13:39:44.317Z","avatar_url":"https://github.com/vbsw.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# imagext Package\n\n[![GoDoc](https://godoc.org/github.com/vbsw/imagext?status.svg)](https://godoc.org/github.com/vbsw/imagext) [![Go Report Card](https://goreportcard.com/badge/github.com/vbsw/imagext)](https://goreportcard.com/report/github.com/vbsw/imagext) [![Stability: Experimental](https://masterminds.github.io/stability/experimental.svg)](https://masterminds.github.io/stability/experimental.html)\n\n## About\nThis package provides functions for images. It's written for fast prototyping. Results may depend on format.\n\nThis Package is published on \u003chttps://github.com/vbsw/imagext\u003e.\n\n## Copyright\nCopyright 2021, Vitali Baumtrok (vbsw@mailbox.org).\n\nimagext Package is distributed under the Boost Software License, version 1.0. (See accompanying file LICENSE or copy at http://www.boost.org/LICENSE_1_0.txt)\n\nimagext Package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the Boost Software License for more details.\n\n## Example\n\n\tpackage main\n\timport (\n\t\t\"fmt\"\n\t\t\"github.com/vbsw/imagext\"\n\t)\n\n\tfunc main() {\n\t\timgColor := imagext.LoadImage(\"/home/alice/pictures/example.png\")\n\t\timgGray := imagext.NewGray(imgColor)\n\t\terr := imagext.SaveImage(\"/home/alice/pictures/example-gray.png\", imgGray)\n\t\tif err != nil {\n\t\t\tfmt.Println(err.Error())\n\t\t}\n\t}\n\n## References\n- https://golang.org/doc/install\n- https://git-scm.com/book/en/v2/Getting-Started-Installing-Git\n- https://en.wikipedia.org/wiki/Grayscale\n- https://www.rapidtables.com/convert/color/cmyk-to-rgb.html\n- https://www.sciencedirect.com/topics/computer-science/median-filter\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbsw%2Fimagext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvbsw%2Fimagext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbsw%2Fimagext/lists"}