{"id":15199892,"url":"https://github.com/horvatic/vaticwella","last_synced_at":"2025-10-02T15:30:36.213Z","repository":{"id":154293077,"uuid":"77759366","full_name":"horvatic/vaticwella","owner":"horvatic","description":"A service to process images using image processing techniques, and return the edited image.","archived":true,"fork":false,"pushed_at":"2019-11-25T01:46:03.000Z","size":9248,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-30T05:57:03.902Z","etag":null,"topics":["docker-image","filter","golang","image-processing","microservice","restful-api"],"latest_commit_sha":null,"homepage":null,"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/horvatic.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":"2016-12-31T23:28:03.000Z","updated_at":"2024-06-19T09:14:39.299Z","dependencies_parsed_at":"2023-06-29T22:31:40.648Z","dependency_job_id":null,"html_url":"https://github.com/horvatic/vaticwella","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horvatic%2Fvaticwella","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horvatic%2Fvaticwella/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horvatic%2Fvaticwella/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horvatic%2Fvaticwella/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/horvatic","download_url":"https://codeload.github.com/horvatic/vaticwella/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219875832,"owners_count":16554706,"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":["docker-image","filter","golang","image-processing","microservice","restful-api"],"created_at":"2024-09-28T02:20:29.850Z","updated_at":"2025-10-02T15:30:30.895Z","avatar_url":"https://github.com/horvatic.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vaticwella\n[![Build Status](https://travis-ci.org/horvatic/vaticwella.svg?branch=master)](https://travis-ci.org/horvatic/vaticwella) \n\n\n## Overview\nA service to process images using image processing techniques, and return the edited image.\nService has: \n\tSuper Sampling,\tMedian filter, binary filter\n\nTo build: (go to main directory) go build vaticwella.go\n\nTo test: (top level directory) go test ./...\n\n## Docker\nDockerhub image:\nhttps://hub.docker.com/r/horvatic/vaticwella\n\nTo pull image from dockerhub:\ndocker pull horvatic/vaticwella\n\nTo build a new docker image:\n(go to main directory) docker build -t vaticwella .\n\nTo run image:\ndocker run --publish 8080:8080 --name vaticwella --rm vaticwella\n\n## Running The Service\n\nhost/{filter}?sa={searchArea}\u0026runInParallel={ToRunInParallel}\n\nPost an image to localhost:8080\n\nss = super sampling\n\nmf = mean filter\n\nbf = binary filter\n\nsa (int) = search area\n\nrunInParallel (bool) = Using parallel processing\n\nsupported image formats: gif, jpeg, png\n\nExample: \n\nlocalhost:8080/mf?sa=10\u0026runInParallel=false\n\nlocalhost:8080/bf?sa=10\u0026runInParallel=true\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorvatic%2Fvaticwella","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhorvatic%2Fvaticwella","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorvatic%2Fvaticwella/lists"}