How to get ImageMagick to work in Razor .NET Core Website #1524
Replies: 4 comments 1 reply
-
Which NuGet package did you install? It looks like you only installed the |
Beta Was this translation helpful? Give feedback.
-
Hi Dirk,
I have installed Magick.NET.Core (13.5.0)
but I could install any package that is on NuGet.
Sincerely,
John A Davis
…On Sat, Jan 20, 2024 at 5:00 AM Dirk Lemstra ***@***.***> wrote:
Which NuGet package did you install?
—
Reply to this email directly, view it on GitHub
<#1524 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AENPH6SANOHBPWZIQIR2CRLYPO5WLAVCNFSM6AAAAABCBC7WS2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DCOJQGE3TO>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
That .Core library is a dependency of the packages listed in the readme of this project. You will need to install one of those instead. To decide which one I would advise you to read the docs. |
Beta Was this translation helpful? Give feedback.
-
Ok, thanks for the clarification.
I am still going to try to figure this out.
I have been flat on my back with a fractured pelvis for the last 6 weeks.
Heading off to read the docs on GitHub
Thank you very much.
John A Davis
…On Sun, Jan 21, 2024 at 7:46 AM Dirk Lemstra ***@***.***> wrote:
That .Core library is a dependency of the packages listed in the readme of
this project. You will need to install one of those instead. To decide
which one I would advise you to read the docs.
—
Reply to this email directly, view it on GitHub
<#1524 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AENPH6U43ADHNDPVR4CNXF3YPUZ5DAVCNFSM6AAAAABCBC7WS2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DCOJZGM4TI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
ImageMagick looks like something that would work for me.
The code below uploads a file. I want to upload an image and resize it to a "fixed size maintain the ratio".
I have installed the NuGet package called Magick.NET Core in VS 2019 but have no idea on how to reference it.
I would love to have ImageMagick work. I would pay for the license but I have no idea and the samples just reference a local file but I want to manipulate and save the user's image that they upload.
Here is my simple file upload page that works and stores an image in a folder on my dev server.
This is barebones for illustration minus any future validation and database updating.
But anything with the word "ImageMagik" in it is underlined in red. I have "using ImageMagick;" at the top of the page.
I will gladly share my completed Image upload/manipulate code with this group.
Beta Was this translation helpful? Give feedback.
All reactions