ImageMagick Identify method for verifying the integrity of an image in the Magick.NET-Q8-AnyCPU Nuget Package> Signature Method #927
Unanswered
stevensrf11
asked this question in
Help
Replies: 2 comments
-
I saw the MagckImage class as property named Signature, public string Signature => |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can use the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I did not see any Identify method for verifying the integrity of an image in the Magick.NET-Q8-AnyCPU version 7.24.0 nuget package the I am using in a c# .Net Core 3.1 Window's Application?
I thought the MagickImage class would have such a method.
Is there such a method in this package or is there and extension package I can obtain via a NuGet package that adds the method to the MagickImage class?
I saw a plugin called DragonFly which is suppose to have an extension with the Identity method, but the plugin requires a lot of configuration to get it to work.
It appears not be just download if from NuGet and use it.
Has anyone used this plug to make use of the Identity method?
https://markevans.github.io/dragonfly/imagemagick
Beta Was this translation helpful? Give feedback.
All reactions