{"id":31514537,"url":"https://github.com/cofoundry-cms/cofoundry.plugins.imaging.imagesharp","last_synced_at":"2025-10-23T21:38:20.616Z","repository":{"id":74274479,"uuid":"95765234","full_name":"cofoundry-cms/Cofoundry.Plugins.Imaging.ImageSharp","owner":"cofoundry-cms","description":"Handle image validation and resizing in Cofoundry using the cross platform ImageSharp library","archived":false,"fork":false,"pushed_at":"2025-01-04T10:32:54.000Z","size":75,"stargazers_count":1,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-21T23:59:07.385Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/cofoundry-cms.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":"2017-06-29T10:10:16.000Z","updated_at":"2025-01-04T10:32:57.000Z","dependencies_parsed_at":"2024-07-24T18:13:44.515Z","dependency_job_id":null,"html_url":"https://github.com/cofoundry-cms/Cofoundry.Plugins.Imaging.ImageSharp","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cofoundry-cms/Cofoundry.Plugins.Imaging.ImageSharp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cofoundry-cms%2FCofoundry.Plugins.Imaging.ImageSharp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cofoundry-cms%2FCofoundry.Plugins.Imaging.ImageSharp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cofoundry-cms%2FCofoundry.Plugins.Imaging.ImageSharp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cofoundry-cms%2FCofoundry.Plugins.Imaging.ImageSharp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cofoundry-cms","download_url":"https://codeload.github.com/cofoundry-cms/Cofoundry.Plugins.Imaging.ImageSharp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cofoundry-cms%2FCofoundry.Plugins.Imaging.ImageSharp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278100278,"owners_count":25929834,"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-10-03T02:00:06.070Z","response_time":53,"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":[],"created_at":"2025-10-03T02:27:10.686Z","updated_at":"2025-10-03T02:27:13.836Z","avatar_url":"https://github.com/cofoundry-cms.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cofoundry.Plugins.Imaging.ImageSharp\n\n[![Build status](https://ci.appveyor.com/api/projects/status/neoc6yy7ed64td14?svg=true)](https://ci.appveyor.com/project/Cofoundry/cofoundry-plugins-imaging-imagesharp)\n[![NuGet](https://img.shields.io/nuget/v/Cofoundry.Plugins.Imaging.ImageSharp.svg)](https://www.nuget.org/packages/Cofoundry.Plugins.Imaging.ImageSharp/)\n\nThis library is a plugin for [Cofoundry](https://www.cofoundry.org). For more information on getting started with Cofoundry check out the [Cofoundry repository](https://github.com/cofoundry-cms/cofoundry).\n\n## Overview\n\nCofoundry does not have a default image resizing implementation and relies on plugins to add this functionality. For more info on image resizing in Cofoundry check out the [imaging documentation](https://github.com/cofoundry-cms/cofoundry/wiki/Images). \n\nThis plugin uses the cross platform [ImageSharp](https://github.com/SixLabors/ImageSharp) package to resize images dynamically. ImageSharp has a number of benefits over our  [SkiaSharp imaging package](https://github.com/cofoundry-cms/Cofoundry.Plugins.Imaging.SkiaSharp):\n\n- Support for (animated) GIFs\n- An extensive range of configuration options\n- The ability to preserve EXIF data\n- Fully cross-platform\n- A commercial support model\n\nImageSharp is licensed under the [Six Labors Split License](https://github.com/SixLabors/ImageSharp/blob/main/LICENSE), see [the Six Labors website for more information on licensing options](https://sixlabors.com/).\n\n## Configuration\n\nThe services register themselves automatically so typically no other configuration is required. The following configuration settings can be used to tweak the image output:\n\n- **Cofoundry:Plugins:ImageSharp:JpegQuality** Jpeg quality setting out of 100. Defaults to *85*.\n- **Cofoundry:Plugins:ImageSharp:IgnoreMetadata** Indicates whether the metadata should be ignored when the image is being encoded. Defaults to *true*.\n\nIf you need more control over the image configuration this can be achieved by changing the ImageSharp configuration manually. Check out the  [ChangeDefaultEncoderOptions](https://github.com/SixLabors/ImageSharp/tree/master/samples/ChangeDefaultEncoderOptions) sample for more information. Our default configuration is set during the Cofoundry startup process, so you'll need to apply your settings after you've called `app.UseCofoundry();`.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcofoundry-cms%2Fcofoundry.plugins.imaging.imagesharp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcofoundry-cms%2Fcofoundry.plugins.imaging.imagesharp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcofoundry-cms%2Fcofoundry.plugins.imaging.imagesharp/lists"}