Hi folks,
Still trying to resolve some image manipulation issues in .Net and I've come across ImageMagickObject.dll mentioned with some .Net projects - is this something usable with an application rather than a website? I have an .net application I'm trying to bridge with ImageMagick or one of its wrappers but not having much luck as my C/C++ skills are fairly limited.
ETA: My need is to use one of the similarity functions present in IM, IsSimilarImage() within the Image class or Compare's SimilarityImage(). I'm very confused as to whether these can be used in a non-command line context or not.
Thanks, Becky