I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2007-11-10 07:21:49-08 by jean
JFIF infos
Hello I have a JPEG with EXIF metadata. When i use exiftool -JFIF:All with this photo i get one info: the JFIF version. If i remove the EXIF metada and if i make a new scan: exiftool -JFIF:All i get 4 infos: the JFIF version the resolution unit the X and the Y resolution. my question is: would it be possible to get the 4 JFIF infos with the photo containing the EXIF metadata ?
Direct Responses: 6431 | Write a response
Posted on 2007-11-10 11:33:51-08 by exiftool in response to 6430
Re: JFIF infos
By default, exiftool doesn't print duplicate tags. You need to use the -a option to show all of the information.

- Phil
Direct Responses: 6434 | Write a response
Posted on 2007-11-11 06:47:46-08 by jean in response to 6431
Re: JFIF infos
Thank you, i did not notice the '-a' It works perfectly :-)
Direct Responses: Write a response