{"id":16631985,"url":"https://github.com/kalwalt/vrgl-imgproc","last_synced_at":"2025-07-05T02:33:23.826Z","repository":{"id":233293124,"uuid":"786886023","full_name":"kalwalt/vrgl-imgproc","owner":"kalwalt","description":"A simple library for image processing in virgil https://github.com/titzer/virgil","archived":false,"fork":false,"pushed_at":"2024-04-21T19:11:36.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-04-22T12:01:29.845Z","etag":null,"topics":["image-processing","virgil","virgil-language","wasm"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kalwalt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-04-15T13:42:51.000Z","updated_at":"2024-04-23T17:57:07.168Z","dependencies_parsed_at":"2024-04-23T18:09:45.522Z","dependency_job_id":null,"html_url":"https://github.com/kalwalt/vrgl-imgproc","commit_stats":null,"previous_names":["kalwalt/vrgl-imgproc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kalwalt/vrgl-imgproc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalwalt%2Fvrgl-imgproc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalwalt%2Fvrgl-imgproc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalwalt%2Fvrgl-imgproc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalwalt%2Fvrgl-imgproc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kalwalt","download_url":"https://codeload.github.com/kalwalt/vrgl-imgproc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kalwalt%2Fvrgl-imgproc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263671751,"owners_count":23494031,"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":["image-processing","virgil","virgil-language","wasm"],"created_at":"2024-10-12T04:57:20.119Z","updated_at":"2025-07-05T02:33:23.794Z","avatar_url":"https://github.com/kalwalt.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vrgl-imgproc\nA simple attempt to create an image processing library in the [virgil](https://github.com/titzer/virgil) programming language.\nIt is a work in progress and is not yet ready for use. The goal is to create a library that can be used to perform basic image processing tasks such as image filtering, edge detection, etc. and to be used in a wasm environment.\n\n## WASM \nThis project is more WASM oriented for the simple fact that Virgil doesn't has yet a library to load easily images or videos, or handle video stream. With WASM we can instead pass a Pointer (pointing to our data) as argument to a function, make some computation and than retunrning our data with a Pointer. See our examples for more.\n\n## Examples\nFirst, you need to build the examples executables. Enter in the test/testFilters folder and run the build.sh script. The shell script assume that you have VIRGIL_PATH env variable pointing to the directory of your virgil repository, and that you have virgil/bin and virgil/bin/dev in PATH.\nThen you can run ./testFilters. If you want to test the testFilters.html you need to run an http server.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalwalt%2Fvrgl-imgproc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkalwalt%2Fvrgl-imgproc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalwalt%2Fvrgl-imgproc/lists"}