Hi,
For some reason, when I try to use the attached EPS file, when I execute the following code:
```
MagickImage image = new MagickImage(@"C:\Issue.eps")
```
I get this error:
> Not a TIFF file, bad magic number 65280 (0xff00). `C:\Issue.eps' @ error/tiff.c/TIFFErrors/552 ---> ImageMagick.MagickCorruptImageWarningException: w3wp.exe: InsufficientImageDataInFile `C:\Issue.eps' @ warning/ept.c/ReadEPTImage/221
NOTE: I tried using the latest Magick.Net dll "7.0.0.0016" with latest Ghost "9.16", but I still get this error. Also, I am able to work with lots of other EPS file but not this particular one.
Any help would be greatly appreciated.
Thank you.
For some reason, when I try to use the attached EPS file, when I execute the following code:
```
MagickImage image = new MagickImage(@"C:\Issue.eps")
```
I get this error:
> Not a TIFF file, bad magic number 65280 (0xff00). `C:\Issue.eps' @ error/tiff.c/TIFFErrors/552 ---> ImageMagick.MagickCorruptImageWarningException: w3wp.exe: InsufficientImageDataInFile `C:\Issue.eps' @ warning/ept.c/ReadEPTImage/221
NOTE: I tried using the latest Magick.Net dll "7.0.0.0016" with latest Ghost "9.16", but I still get this error. Also, I am able to work with lots of other EPS file but not this particular one.
Any help would be greatly appreciated.
Thank you.