Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: Extract Image Countour

$
0
0
Thank you for the reply,

Well, I created a sample code to load a sample .tif image, and I got a MagickBlobErrorException, with the following additional information:

unable to open image `C:\<mypath>\circle.tif': Invalid argument @ error/blob.c/OpenBlob/2643

I did not invoke the MagickNET.Initialize method, since I don´t have any custom configuration. Is this OK?

Here is the code:

using (MagickImage image = new MagickImage(@"C:\\Documentos\circle.tif"))
        {

        }
Any thoughts?

Igor.

Viewing all articles
Browse latest Browse all 3693

Trending Articles