Problems with colorspace and conversion with EPS
Posted: 2008-02-25T09:22:35-07:00
I am trying to accept an EPS file for upload. After upload, it should create a low resoltuion RGB JPG of the EPS file, and save it for a web preview of the file for the end user. It should also create a CMYK color profile for the original EPS and save the EPS a different server. This code works on every image format type I supply except EPS, suggestions?
^ I use that to get my colorspace but for EPS files, it generates errors of
I am using COM object with ASP. Please advise.
thanks,
-Pete
Code: Select all
colorspace = objIM.identify("-format", "%r", imagePath
EDIT: One more thing, the TIFF error is puzzling to me because I have not supplied a TIFF file to it, so far just EPS.imageMagick EPS Error wrote: ImageMagickObject.MagickImage.1 error '80041771'
identity: 415: Postscript delegate failed `C:/WINDOWS/TEMP/magick-uITE6Hyi': No such file or directory: identity: 350: \\server\website\directory\images\bmc logo.eps: invalid TIFF directory; tags are not sorted in ascending order. `TIFFReadDirectory':
I am using COM object with ASP. Please advise.
thanks,
-Pete