{"id":20601839,"url":"https://github.com/xeptore/blurrifier","last_synced_at":"2025-03-06T16:20:48.325Z","repository":{"id":49879591,"uuid":"343668388","full_name":"xeptore/blurrifier","owner":"xeptore","description":"Educational-purpose multi-threaded image blurrifier","archived":false,"fork":false,"pushed_at":"2021-06-09T06:44:57.000Z","size":11963,"stargazers_count":5,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-17T01:48:19.759Z","etag":null,"topics":["blur-image-converter","blur-images","c","cmake","educational","educational-project","image","image-processing","jpeg","libjpeg","multi-thread","multi-threaded","multi-threading","multi-threads","multithread","multithreaded","multithreading","multithreads"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xeptore.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-03-02T06:25:27.000Z","updated_at":"2024-11-21T10:39:24.000Z","dependencies_parsed_at":"2022-09-25T09:43:18.797Z","dependency_job_id":null,"html_url":"https://github.com/xeptore/blurrifier","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/xeptore%2Fblurrifier","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeptore%2Fblurrifier/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeptore%2Fblurrifier/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xeptore%2Fblurrifier/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xeptore","download_url":"https://codeload.github.com/xeptore/blurrifier/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242241246,"owners_count":20095339,"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":["blur-image-converter","blur-images","c","cmake","educational","educational-project","image","image-processing","jpeg","libjpeg","multi-thread","multi-threaded","multi-threading","multi-threads","multithread","multithreaded","multithreading","multithreads"],"created_at":"2024-11-16T09:12:08.219Z","updated_at":"2025-03-06T16:20:48.307Z","avatar_url":"https://github.com/xeptore.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# blurrifier\n\nEducational-purpose multi-threaded image blurrifier.\n\nCurrently, only jpeg images are supported using `libjpeg`.\n\n## Usage\n\n1. Configure\n\n   You can configure\n\n   - input image name (`INPUT_IMAGE_FILENAME`)\n   - output images name (`OUTPUT_IMAGE_FILENAME`)\n   - number of worker threads (`NUM_THREADS`)\n   - convolution kernel window radius (`KERNEL_RADIUS`)\n\n   configuration variables in [`config.h`](/config.h) file.\n\n2. Build\n\n   ```sh\n   cmake -S . -B build -DCMAKE_BUILD_TYPE=Release\n   cmake --build build\n   ```\n\n   _Change `Release` to `Debug` in order to include debugg symbol files with output executable._\n\n3. Run\n\n   ```sh\n   ./build/blurrifier\n   ```\n\n## Development\n\nYou'll need CMake and a C compiler. I used CMake version `3.20.1` and clang version `11.1.0`.\nIf you want to use another compiler, set its path in `CMakeLists.txt` file (`CMAKE_C_COMPILER` configuration variable).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxeptore%2Fblurrifier","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxeptore%2Fblurrifier","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxeptore%2Fblurrifier/lists"}