Thread

Posted on Fri May 25 20:45:49 2007 by themonk
Speed With EPS Files
Hi Phil

We have found that with very large EPS files (133 Meg), it takes an age to parse the file...
Despite having found the tags I requested it appears to continue to parse the whole file,
reading 8192 bytes at a time..
Can this be optimised ?
Mark
Direct Responses: 5232 | Write a response
Posted on Fri May 25 21:42:06 2007 by exiftool in response to 5231
Re: Speed With EPS Files
Hi Mark,

Thanks for prompting me to look into this... Just a couple of days ago I noticed long delays myself while parsing large EPS images written by Photoshop CS3 (so luckily I have a sample which exhibits this behaviour). Upon closer inspection, this image contains large sections of binary data which can be skipped fairly easily. Doing so vastly improves performance for my sample image. I have added this ability and uploaded a 6.91 pre-release for you to test out. Please let me know if it helps with your images.

- Phil
Direct Responses: 5278 | Write a response
Posted on Thu May 31 14:02:03 2007 by themonk in response to 5232
Re: Speed With EPS Files
Thanks Phil...


That looks like a big improvement on speed, thanks..
An image which was taking sometimes an hour to return anything with '-a -g'
is now processed in a few seconds

HOWEVER ....I have a problem with line 433..

Can't locate warnings.pm in @INC

We never used to have this dependency ....
We currently use exiftool version 6.66 with perl 5.005_03 on Solaris 5.8.
I restored the "print help" section of code
from the earlier version and all was well.

Can we review this code and remove the dependancy ?
Mark
Direct Responses: 5279 | Write a response
Posted on Thu May 31 14:45:19 2007 by exiftool in response to 5278
Re: Speed With EPS Files
Hi Mark,

Thanks for pointing out this problem on Solaris 5.8. I have removed the "use warnings" and re-uploaded the 5.91 pre-release.

- Phil
Direct Responses: 5283 | Write a response
Posted on Thu May 31 17:21:46 2007 by themonk in response to 5279
Re: Speed With EPS Files
Phil...
Thanks, that now works a treat ...

Write a response