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.
Comments: Actually, as we both thought, it seems like there is indeed something corrupted in the file... After we "SAVE AS" the file on a different name using Adobe Illustrator, I was able to work with this new saved file. When I use "Beyond Compare" to compare the Issue.eps file with this new file after the SAVE AS, I get this error from Beyond Compare on the source file "Cannot load image. Invalid or unexpected EPS image format", and the target file opens correctly. It's just odd that Illustrator can open the "problematic" file but apparently not other tools/program... I guess we can close this Issue! Thanks for your help. Mat.
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.
Comments: Actually, as we both thought, it seems like there is indeed something corrupted in the file... After we "SAVE AS" the file on a different name using Adobe Illustrator, I was able to work with this new saved file. When I use "Beyond Compare" to compare the Issue.eps file with this new file after the SAVE AS, I get this error from Beyond Compare on the source file "Cannot load image. Invalid or unexpected EPS image format", and the target file opens correctly. It's just odd that Illustrator can open the "problematic" file but apparently not other tools/program... I guess we can close this Issue! Thanks for your help. Mat.