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 2008-12-22 20:16:55-08 by loloeroket
Resolution
Hello, The resolution is really confusing as each software reads different resolution. So I came up to set resolution the following way:

exiftool -photoshop:Xresolution=$resolution -photoshop:Yresolution=$resolution -jfif:Xresolution=$r +esolution -jfif:Yresolution=$resolution -XYResolution=$resolution $Myfile


Is this correct? Is there a better way? Am I forgetting another one?

Thank you in advance,
Laurent
Direct Responses: 9591 | Write a response
Posted on 2008-12-23 12:12:41-08 by exiftool in response to 9589
Re: Resolution
Hi Laurent,

There is also EXIF:XResolution and EXIF:YResolution (which are actually the most commonly used values). And you can drop the XYResolution, since this is a proprietary Fotostation tag (unless you use Fotostation of course). Also, you must set the resolution units where applicable: EXIF:ResolutionUnit and JFIF:ResolutionUnit.

- Phil
Direct Responses: 9650 | Write a response
Posted on 2009-01-06 02:40:44-08 by loloeroket in response to 9591
Re: Resolution
Thanks Phil,

Yes I have some people using Fotostation, some using Photoshop and some using software I don't even know. Both Mac and Windows. It would be great to be able to set the resolution for all at once ;-) For now I will add the exif related one. Is default Unit dpi if not set?

Laurent
Direct Responses: 9653 | Write a response
Posted on 2009-01-06 12:07:46-08 by exiftool in response to 9650
Re: Resolution
I don't think that EXIF defines a default (it is a braindead standard), so it is best to set it to "inches" explicitly.

- Phil
Direct Responses: 9656 | Write a response
Posted on 2009-01-06 14:52:01-08 by loloeroket in response to 9653
Re: Resolution
This resolution thing is so useless but such a time wasting...

Thanks,
Laurent
Direct Responses: Write a response