getting image information from ai,cdr,eps files

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mr00047
Forum Newbie
Posts: 14
Joined: Fri May 12, 2006 1:01 pm

getting image information from ai,cdr,eps files

Post by mr00047 »

Is there any function that could determine the image size and its pixels width X height from ai, cdr, eps files?
the function

Code: Select all

array getimagesize ( string filename [, array imageinfo])
doesn't work. Please help. :?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Illustrator, CorelDraw and Encapsulated PostScript files are all nonstandard formats. There is no built-in function that can determine the information for you.
Post Reply