{"id":15167035,"url":"https://github.com/polinasavelyeva/imageprocessingapp","last_synced_at":"2025-09-30T23:30:44.716Z","repository":{"id":199140958,"uuid":"701449838","full_name":"PolinaSavelyeva/ImageProcessingApp","owner":"PolinaSavelyeva","description":"App for image processing which utilizes PolinaSavelyeva.ImageProcessing","archived":true,"fork":false,"pushed_at":"2023-12-24T16:42:15.000Z","size":25784,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-20T12:39:20.604Z","etag":null,"topics":["avaloniaui","fsharp","gpu-processing","image-processing"],"latest_commit_sha":null,"homepage":"","language":"F#","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/PolinaSavelyeva.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":"2023-10-06T16:52:42.000Z","updated_at":"2024-07-06T10:50:11.000Z","dependencies_parsed_at":"2024-09-13T23:35:55.162Z","dependency_job_id":"41d67d82-36d8-4b4c-966b-6c3a5d78a8d3","html_url":"https://github.com/PolinaSavelyeva/ImageProcessingApp","commit_stats":{"total_commits":35,"total_committers":2,"mean_commits":17.5,"dds":0.08571428571428574,"last_synced_commit":"545bc6bccaed818f3e0f2d2f36e3493a3266fcee"},"previous_names":["polinasavelyeva/imageprocessingapp"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PolinaSavelyeva/ImageProcessingApp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolinaSavelyeva%2FImageProcessingApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolinaSavelyeva%2FImageProcessingApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolinaSavelyeva%2FImageProcessingApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolinaSavelyeva%2FImageProcessingApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PolinaSavelyeva","download_url":"https://codeload.github.com/PolinaSavelyeva/ImageProcessingApp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PolinaSavelyeva%2FImageProcessingApp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277771968,"owners_count":25874479,"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","status":"online","status_checked_at":"2025-09-30T02:00:09.208Z","response_time":75,"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":["avaloniaui","fsharp","gpu-processing","image-processing"],"created_at":"2024-09-27T05:23:33.256Z","updated_at":"2025-09-30T23:30:44.156Z","avatar_url":"https://github.com/PolinaSavelyeva.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ImageProcessingApp\n\nImageProcessingApp is an easy-to-use application with GPU-processing support, which uses the [PolinaSavelyeva.ImageProcessing](https://github.com/PolinaSavelyeva/ImageProcessing) library and [Avalonia UI](https://github.com/AvaloniaUI/Avalonia) framework.\n\n## Supported Features\n\n* Load an image by specifying its directory path.\n* Process images using either GPU or CPU modes.\n* Image filters, e.g\n    * Gaussian Blur\n    * Edges\n    * Darken\n    * Lighten\n    * Sharpen\n* Clockwise/Counterclockwise rotation\n* Vertical/Horizontal flip\n* Save the image by specifying the preferred directory path and naming the file for saving.\n\n| Standard window                                                                                            |\n|:-----------------------------------------------------------------------------------------------------------|\n| ![image](Assets/Samples/StandardWindow.png) |\n\n\n|GPU mode on|\n|:-----------------------------------------------------------------------------------------------------------------|\n| ![image](Assets/Samples/GPUModeOn.png)     |\n\n|Filter menu|\n|:-----------------------------------------------------------------------------------------------------------------------|\n| ![image](Assets/Samples/FilterMenu.png) |\n\n## Simple Usage\n\n- Make sure you have at least version 7 of .NET installed\n  \n- Clone the source repository\n   \n   - using Github SSH-key authentication\n     \n     ```sh\n     git clone git@github.com:PolinaSavelyeva/ImageProcessingApp.git\n     ```\n     \n   - or using GitHub password\n     \n     ```sh\n     git clone https://github.com/PolinaSavelyeva/ImageProcessingApp.git\n     ```\n\n- Got to cloned project's directory\n\n    ```sh\n    cd \u003cPathWhereProjectWasCloned\u003e/ImageProcessingApp\n    ```\n    \n- Download  `PolinaSavelyeva.ImageProcessing` library\n    - using command\n      \n      ```sh\n      wget https://github.com/PolinaSavelyeva/ImageProcessing/releases/download/v1.0.0/polinasavelyeva.imageprocessing.1.0.0.nupkg\n      ```\n      \n    - or [manually](https://github.com/PolinaSavelyeva/ImageProcessing/releases/download/v1.0.0/polinasavelyeva.imageprocessing.1.0.0.nupkg)\n\n- Add the downloaded  `PolinaSavelyeva.ImageProcessing ` library to nuget package source manually\n    - move it (you nedd to add some directories) to `\u003cPathToNugetFolder\u003e/.nuget/packages/polinasavelyeva.imageprocessing/1.0.0` folder \n\n    - or using command from within a project's  `ImageProcessingApp` root, as the command **will modify your `NuGet.config` file**\n\n       ```sh\n       dotnet nuget add source $(pwd)\n       ```\n\n- Now you can restore, build and run project using these commands from `ImageProcessingApp` root directory\n\n    ```sh\n    dotnet restore\n    ```\n    \n    ```sh\n    dotnet build\n    ```\n    \n    ```sh\n    dotnet run\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolinasavelyeva%2Fimageprocessingapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpolinasavelyeva%2Fimageprocessingapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpolinasavelyeva%2Fimageprocessingapp/lists"}