{"id":17867120,"url":"https://github.com/cdhunt/pip","last_synced_at":"2025-03-21T09:31:11.856Z","repository":{"id":17326751,"uuid":"20097773","full_name":"cdhunt/PIP","owner":"cdhunt","description":"PowerShell ImageProcessor","archived":false,"fork":false,"pushed_at":"2018-03-29T13:32:19.000Z","size":250,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T23:44:18.579Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdhunt.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":"2014-05-23T11:52:42.000Z","updated_at":"2021-12-28T11:34:17.000Z","dependencies_parsed_at":"2022-09-24T15:03:36.246Z","dependency_job_id":null,"html_url":"https://github.com/cdhunt/PIP","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/cdhunt%2FPIP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdhunt%2FPIP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdhunt%2FPIP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdhunt%2FPIP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdhunt","download_url":"https://codeload.github.com/cdhunt/PIP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244771624,"owners_count":20507836,"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":[],"created_at":"2024-10-28T09:44:04.150Z","updated_at":"2025-03-21T09:31:11.547Z","avatar_url":"https://github.com/cdhunt.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"PIP\n===\n\n### PowerShell ImageProcessor\n\nThis PowerShell module wraps [James M South's ImageProcessor](http://jimbobsquarepants.github.io/ImageProcessor/ \"ImageProcessor\") library.\n\n\u003e ImageProcessor is a collection of lightweight libraries written in C# that allows you to manipulate images on-the-fly using .NET 4+\n\u003e \n\u003e It's lighting fast, extensible, easy to use, comes bundled with some great features and is fully open source.\n\nThis is not the first image manipulation module for PowerShell, but it's fast, functional and a good example of how to expose functionality from a .Net library via PowerShell.\n\nInstall\n===\n\nWith the [PowerShellGet](https://www.powershellgallery.com/) module:\n\n```powershell\nInstall-Module -Name PIP\n```\n\nExamples\n===\n\n```powershell\nGet-PIPImage source.bmp | \n\tResize-PIPImage -Width 100 -Height 100 | \n\tAdd-PIPFilter -Filter blackwhite |\n\tAdd-PIPRoundedCorners |\n\tSet-PIPFormat -Format Jpeg |\n\tSave-PIPImage -Path output.jpg \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdhunt%2Fpip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdhunt%2Fpip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdhunt%2Fpip/lists"}