From 6f368366572735652eaf89a87ef347bdbb5c085d Mon Sep 17 00:00:00 2001 From: Joseph Finney Date: Sat, 6 Apr 2024 17:36:17 -0500 Subject: [PATCH] Update the README --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49f6712..a0a3d35 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# MagickCrop \ No newline at end of file +# MagickCrop + +![A piece of paper on a table in need of correction](LetterPaperTest.jpg) +Using ImageMagick to via to correct perspective distortion in images. + +- GitHub: https://github.com/dlemstra/Magick.NET +- Nuget search: https://www.nuget.org/packages?q=magick.net + +This is a simple app which does a few things. + +- Open an image +- Align to the 4 corners of the rectangular subject +- Set the Aspect Ratio with the drop down +- Save the image which will square the opened image per the selected aspect ratio