views:

147

answers:

1

I'm looking for PHP tool to edit *.eps or *.ai files? I need to add any new shapes or text to these files. Is there any way to do this?

A: 

PHP stands for "PHP hypertext preprocessor", not "advanced graphical tool". You should find another tool if you want to edit graphics, video or produce a musical clip.

Col. Shrapnel
Yeah yeah, but that PHP hypertext prepocessor has support for ImageMagick, many databases and other tools...
Pawka
Yes, Imagemagick is an example of a tool, independent from PHP, while PHP has only "support" for it, totally unnecessary one, as it can be used via command line. So, do yoursef a favor, goole such a tool for AI files.
Col. Shrapnel
@Col.Shrapnel - presumably there are times when you might want to use an independent tool from within a script. In fact, I would argue that ImageMagick itself agrees. Have you happened to look at their program interfaces page? It would seem that they encourage people to use their "tool" in the way that Pawka desires. http://www.imagemagick.org/script/api.php
thetaiko
it doesn't matter. From within or from outside. First you have to find a tool to use. And it would be wiser to look for it among graphic tools, not text processors.
Col. Shrapnel