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

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
vermonster
Posts: 7
Joined: 2015-02-12T14:20:49-07:00
Authentication code: 6789

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

Post by vermonster »

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, but it also seems like the inconsistency shouldn't be present in the first place.

Thanks for helping me understand why this was happening.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

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

Post by dlemstra »

This should be considered as a missing feature. I will try to add support for updating these values at a later moment.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
vermonster
Posts: 7
Joined: 2015-02-12T14:20:49-07:00
Authentication code: 6789

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

Post by vermonster »

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

Thanks.
Post Reply