https://github.com/shearichard/dotnet-imagemagick-sandbox
Investigating how ImageMagick works within the context of ASP.NET
https://github.com/shearichard/dotnet-imagemagick-sandbox
asp-net asp-net-web-api imagemagick magick-net
Last synced: 10 months ago
JSON representation
Investigating how ImageMagick works within the context of ASP.NET
- Host: GitHub
- URL: https://github.com/shearichard/dotnet-imagemagick-sandbox
- Owner: shearichard
- License: unlicense
- Created: 2020-09-23T03:02:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-25T02:47:49.000Z (over 5 years ago)
- Last Synced: 2025-07-31T16:53:21.769Z (11 months ago)
- Topics: asp-net, asp-net-web-api, imagemagick, magick-net
- Language: C#
- Homepage:
- Size: 437 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotnet-imagemagick-sandbox
Investigating how [ImageMagick](https://imagemagick.org), and more particularly the .NET wrapper around it - [Magick.NET](https://github.com/dlemstra/Magick.NET), works within the context of ASP.NET.
This contains a couple of working examples exposed as API endpoints. The processing relies on some test images which aren't in the repository so you'll need to provide those yourself if you wish to take it for a test drive.