Search found 7 matches

by vermonster
2015-03-26T17:45:03-07:00
Forum: Users
Topic: Exif Image Height[Width] values differ from Image Height[Width] values
Replies: 17
Views: 18882

Re: Exif Image Height[Width] values differ from Image Height[Width] values

That would be great; let me know if you need any more information.

Thanks.
by vermonster
2015-02-16T07:23:48-07:00
Forum: Users
Topic: Exif Image Height[Width] values differ from Image Height[Width] values
Replies: 17
Views: 18882

Re: Exif Image Height[Width] values differ from Image Height[Width] values

Is it appropriate to add this as a bug? I have another library that is using the images sourced from ImageMagick, which is unfortunately giving precedence to the Exif Image Height/Width (Pixel[X|Y]Dimension values) instead of the ImageHeight/Width values. That arguably is a bug in the other library,...
by vermonster
2015-02-14T17:06:56-07:00
Forum: Users
Topic: Exif Image Height[Width] values differ from Image Height[Width] values
Replies: 17
Views: 18882

Re: Exif Image Height[Width] values differ from Image Height[Width] values

I'm sorry, what's consistent? Does your ExifImageHeight value match the ImageHeight value? I get the following using your exiftool parameters: C:\Apps\test>..\exiftool-9.85\exiftool.exe -s -ee -g1 -u -n -D DSC_1082.JPG | fi ndstr Height - ImageHeight : 683 40963 ExifImageHeight : 3072 The problem is...
by vermonster
2015-02-14T16:13:17-07:00
Forum: Users
Topic: Exif Image Height[Width] values differ from Image Height[Width] values
Replies: 17
Views: 18882

Re: Exif Image Height[Width] values differ from Image Height[Width] values

I updated to the latest version of ImageMagick (6.9.0-5 Q16 x86 2015-01-31) & Exiftool (9.85). Here's the result of running Exiftool on the image, before I "mogrified" it (for simplicity, just showing height): C:\Apps\test>..\exiftool-9.85\exiftool.exe -H DSC_1082.JPG "-*Height*&q...
by vermonster
2015-02-12T19:28:25-07:00
Forum: Users
Topic: Exif Image Height[Width] values differ from Image Height[Width] values
Replies: 17
Views: 18882

Re: Exif Image Height[Width] values differ from Image Height[Width] values

The command was mogrify -resize 2048x2048; I was then using exiftool to look at the metadata. Exiftool reports both an Exif Image Height/Width value as well as an Image Height/Width value. For background, I have a very large collection of images that I had resized using the mogrify command; I was tr...
by vermonster
2015-02-12T18:23:31-07:00
Forum: Users
Topic: Exif Image Height[Width] values differ from Image Height[Width] values
Replies: 17
Views: 18882

Re: Exif Image Height[Width] values differ from Image Height[Width] values

I observed this using both "convert" and "mogrify".
by vermonster
2015-02-12T14:39:53-07:00
Forum: Users
Topic: Exif Image Height[Width] values differ from Image Height[Width] values
Replies: 17
Views: 18882

Exif Image Height[Width] values differ from Image Height[Width] values

Using either convert or mogrify to resize images, I see that in the resulting images, the values for the Exif Image Height(Width) and the Image Height(Width) values as reported by ExifTool differ: Exif Image Height(Width) has the value for the original image, whereas Image Height(Width) has the valu...