Search found 9 matches

by bearcherian
2015-07-31T10:10:26-07:00
Forum: Users
Topic: Error converting strange EPS format
Replies: 14
Views: 10763

Re: Error converting strange EPS format

Thanks, for the response. Been working on some other parts of this project, and i'm just getting back to this. This is part of a larger Java application, so what I'm trying to do now is read in the file, compare the /MetadataString and %beginXMLPacket lines, fix the incorrect values, write out the n...
by bearcherian
2015-07-29T19:53:53-07:00
Forum: Users
Topic: Error converting strange EPS format
Replies: 14
Views: 10763

Re: Error converting strange EPS format

fmw42 wrote:Can you upload an example file to dropbox.com and put the URL here so some one can check it out?
Another example other than the one above?
by bearcherian
2015-07-29T16:10:48-07:00
Forum: Users
Topic: Error converting strange EPS format
Replies: 14
Views: 10763

Re: Error converting strange EPS format

There are many of them. I have a sample of about a dozen, but there are hundreds more. I believe they were created in Photoshop CS5. Says format is 'image/epsf'.

These open up correctly in Photoshop, and are 8bit RGB files.
by bearcherian
2015-07-29T16:03:31-07:00
Forum: Users
Topic: Error converting strange EPS format
Replies: 14
Views: 10763

Re: Error converting strange EPS format

Forgot to mention, identify fails and returns the same error as well
by bearcherian
2015-07-29T16:02:10-07:00
Forum: Users
Topic: Error converting strange EPS format
Replies: 14
Views: 10763

Re: Error converting strange EPS format

I tried another EPS, this one shows the preview in Finder, and seems to be saved in a more standard format. That one worked, apart from the size being off. But no errors.
by bearcherian
2015-07-29T15:59:50-07:00
Forum: Users
Topic: Error converting strange EPS format
Replies: 14
Views: 10763

Re: Error converting strange EPS format

Yes, OSX, IM 6.9.1-10, GS 9.16. Freshly installed with Homebrew.
by bearcherian
2015-07-29T15:45:28-07:00
Forum: Users
Topic: Error converting strange EPS format
Replies: 14
Views: 10763

Error converting strange EPS format

I have a large number of EPS files that need to be converted to JPG. These were created in Photoshop, but not in a standard method, at least it doesn't seem like. I installed ImageMagick with the Ghostscript delegate. When I run convert file.eps file.jpg I get the following Error: /undefined in 3*F....
by bearcherian
2015-07-02T23:50:38-07:00
Forum: Users
Topic: Can hidden PSD layers be enabled?
Replies: 2
Views: 2570

Re: Can hidden PSD layers be enabled?

For invisible layers when set -compose to 'None' to make it visible again you should use -compose undefined. This wasn't quote clear, but I think you were saying the layer has a Compose setting of 'None', as viewed using 'identity -verbose' on the file. I tried a couple of different options with co...
by bearcherian
2015-07-02T12:30:14-07:00
Forum: Users
Topic: Can hidden PSD layers be enabled?
Replies: 2
Views: 2570

Can hidden PSD layers be enabled?

I have a large number of PSD files that will be processed. They need to have certain layers rendered into a flattened file. I've got the command to do this, but the problem is that sometimes the PSD is saved with the layers that need to be rendered being turned off or hidden. I can see that IM can s...