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"))
Igor.
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:\
{
}
Any thoughts?Igor.