Posted on 2006-06-09 16:33:17-07 by bozi
pipe to exiftool
hi, I used exiftool and wget together with a pipe and it works well with an older version (6.10 ?). Exiftool has decoded the data asap (after about 10-20kbyte fetched). I remember that in the this old version the -htmlDump parameter didnt worked. With newer versions exiftool decodes the data only after the whole file is fetched.
wget -qO - http://....bigfile.jpg | exiftool - -p ~/tpl/e.tpl
when i fetch the file separately and abort the transfer in the beginning then exiftool decodes the saved part.
Whats the matter with the pipe handling in exiftool?

bozi
Direct Responses: 2452 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.