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-11-14 22:08:52-08 by maik
Use of Modify->EXIF: ExifImageWidth & Hight...
I use the ExifTool with GUI. Can I change with this option my Image size? I want to change the Pixel. For example 3000x2000 to 2500x1500. I do not know where I can find or define the "actual image pixel dimension"? Can anyone help me to understand this option?
Direct Responses: 9322 | Write a response
Posted on 2008-11-15 06:52:07-08 by bogdan in response to 9321
Re: Use of Modify->EXIF: ExifImageWidth & Hight...
Hi maik,

Using this option, you can't change actual image size. This option is to use (if needed) after image (size) has been changed (resized). For example, you have some JPG images, which is missing ExifImageWidth and ExifImageWidth tag, or values inside those two tags are wrong. Applying this menu option, those two tags will be automatically filled with correct (actual) image size values. I see no reason to manually enter those two values (as we want them to be correct).
That is, changing those two tags doesn't change image size -they just contain info about image size. For resizing, some image editing tool is needed.

Greetings,
Bogdan
Direct Responses: Write a response