{"id":37896207,"url":"https://github.com/ernyoke/imger","last_synced_at":"2026-01-18T00:32:36.131Z","repository":{"id":46691086,"uuid":"122396608","full_name":"Ernyoke/Imger","owner":"Ernyoke","description":"A collection of image processing algorithms written in pure Go. ","archived":false,"fork":false,"pushed_at":"2024-08-05T21:43:54.000Z","size":6551,"stargazers_count":78,"open_issues_count":2,"forks_count":17,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-28T05:53:42.512Z","etag":null,"topics":["canny-edge-detection","golang","image-processing","otsu"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Ernyoke.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":"2018-02-21T21:35:18.000Z","updated_at":"2025-10-15T01:02:42.000Z","dependencies_parsed_at":"2022-08-28T19:50:24.008Z","dependency_job_id":"0dd1f51e-8e4f-4314-bf76-2a6d60338ecd","html_url":"https://github.com/Ernyoke/Imger","commit_stats":{"total_commits":74,"total_committers":4,"mean_commits":18.5,"dds":0.2432432432432432,"last_synced_commit":"d5d9042249e3eaec5a15f3d685deb32b8b18af94"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Ernyoke/Imger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ernyoke%2FImger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ernyoke%2FImger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ernyoke%2FImger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ernyoke%2FImger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ernyoke","download_url":"https://codeload.github.com/Ernyoke/Imger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ernyoke%2FImger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["canny-edge-detection","golang","image-processing","otsu"],"created_at":"2026-01-16T17:00:55.377Z","updated_at":"2026-01-16T17:00:58.318Z","avatar_url":"https://github.com/Ernyoke.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Imger\r\n[![MIT License](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/anthonynsimon/bild/blob/master/LICENSE)\r\n[![Go Report Card](https://goreportcard.com/badge/github.com/Ernyoke/Imger)](https://goreportcard.com/report/github.com/Ernyoke/Imger)\r\n\r\nThis repository contains a collection of image processing algorithms written in pure Go.\r\n\r\n## Currently supported\r\n* IO (ImreadGray, ImreadGray16, ImreadRGBA, ImreadRGBA64, Imwrite). Supported extensions: jpg, jpeg, png\r\n* Grayscale\r\n* Blend (AddScalarToGray, AddGray, AddGrayWeighted)\r\n* Threshold (Binary, BinaryInv, Trunc, ToZero, ToZeroInv, Otsu)\r\n* Image padding (BorderConstant, BorderReplicate, BorderReflect)\r\n* Convolution\r\n* Blur (Average - Box, Gaussian)\r\n* Edge detection (Sobel, Laplacian, Canny)\r\n* Resize (Nearest Neighbour, Linear, Catmull-Rom, Lanczos)\r\n* Effects (Pixelate, Sepia, Emboss, Sharpen, Invert)\r\n* Transform (Rotate)\r\n\r\n## Install\r\n```bash\r\ngo get -u github.com/ernyoke/imger@v1.0.0\r\n```\r\n\r\n## Running the Tests\r\n\r\n```bash\r\ngo test ./...\r\n```\r\n\r\n## License\r\nThis project is under the MIT License. See the LICENSE file for the full license text.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernyoke%2Fimger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fernyoke%2Fimger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fernyoke%2Fimger/lists"}