Using this file:
https://www.dropbox.com/s/k38poj21mcazaza/CN%20Studios%20Logo.ai?dl=0
and this code:
WriteBlob Failed `C:\test.png' @ error/png.c/MagickPNGErrorHandler/1650
https://www.dropbox.com/s/k38poj21mcazaza/CN%20Studios%20Logo.ai?dl=0
and this code:
string sourceFilePath = <file>;
using (MagickImage file = new MagickImage(sourceFilePath))
{
file.Format = MagickFormat.Png;
file.Write(@"C:\test.png");
}
I get this error:WriteBlob Failed `C:\test.png' @ error/png.c/MagickPNGErrorHandler/1650