Search found 8 matches

by rokdzone
2015-07-06T06:10:50-07:00
Forum: Users
Topic: Extract metadata from AI/EPS-file?
Replies: 8
Views: 7832

Re: Extract metadata from AI/EPS-file?

Will try this, thanx! :)
by rokdzone
2015-07-05T23:31:15-07:00
Forum: Users
Topic: Extract metadata from AI/EPS-file?
Replies: 8
Views: 7832

Re: Extract metadata from AI/EPS-file?

Here is the file: https://drive.google.com/file/d/0B3zignwW8ny1cl9UZTdKcTlJanc/view?usp=sharing My ImageMagick version is 6.6.5-10, the platform is Windows 8 + IIS (using Imagick dll) As for Pantone, the colors are a part of the XMP, so if you could extract the XMP you should be able to extract the ...
by rokdzone
2015-07-03T07:59:09-07:00
Forum: Consulting
Topic: Extract XMP data from an EPS/AI file using Imagick (or at least PHP).
Replies: 1
Views: 14528

Extract XMP data from an EPS/AI file using Imagick (or at least PHP).

1. Decide if either CMYK or Pantone
2. If Pantone, extract actual color names.
3. Width/height of document
4. More data if available

Name your price!
by rokdzone
2015-07-03T07:50:37-07:00
Forum: Users
Topic: Extract metadata from AI/EPS-file?
Replies: 8
Views: 7832

Re: Extract metadata from AI/EPS-file?

The command "identify -verbose x.ai" returned an single dimensional array of 829 indexes.
No associative array either, just numbers, impossible to do something whith that information.

The XMP data in the AI file is well formed XML, should be possible to extract that somehow.
by rokdzone
2015-07-03T02:52:36-07:00
Forum: Users
Topic: Extract metadata from AI/EPS-file?
Replies: 8
Views: 7832

Re: Extract metadata from AI/EPS-file?

Thanks!

You don't happen how to do this with Imagick using PHP?
I've searched but can't find any information about that.

With quadratical i mean the same with/height of the document, but that is not important anyway
by rokdzone
2015-07-01T06:41:22-07:00
Forum: Users
Topic: Extract metadata from AI/EPS-file?
Replies: 8
Views: 7832

Extract metadata from AI/EPS-file?

Is it possible to use Image Magick to analyze a AI/EPS-file and extract whatever metadata that is there? We are also very interested to know if it is possible to scan an EPS-document for pantone colors (Pantone Solid Coated). We wish do this this programmatically from PHP, but all we wish to know if...
by rokdzone
2015-02-11T09:03:34-07:00
Forum: IMagick
Topic: Imagick seems slow, can i make it faster?
Replies: 0
Views: 7982

Imagick seems slow, can i make it faster?

I'm using ImageMagick 6.6.5-9 2010-11-15 Q16 with PHP module 3.1.2 (php_imagick-3.1.2-5.3-nts-vc9-x86.zip) running on Windows 8.1 / Intel i7 with 32GB RAM I have replaced GD-library with Imagick in my PHP project because i've needed some functions like change perspective on an image, which works gre...
by rokdzone
2015-02-11T08:50:18-07:00
Forum: Users
Topic: Some PNG gets black background instead of transparent
Replies: 0
Views: 4875

Some PNG gets black background instead of transparent

I'm using ImageMagick 6.6.5-9 2010-11-15 Q16 with PHP module 3.1.2 (php_imagick-3.1.2-5.3-nts-vc9-x86.zip) I'm having a bunch of PNG-logotypes which i wan't to scale down to a certain fixed size. Two of them always gets a black background when resized (allthough original PNG are transparent). GD-lib...