Bug in Thumb::Image::Height

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
tuoppi
Posts: 1
Joined: 2013-07-01T02:55:47-07:00
Authentication code: 6789

Bug in Thumb::Image::Height

Post by tuoppi »

I am creating a set of thumbnails using convert -thumbnail. (on opensuse 12.2 and Version: ImageMagick 6.7.6-9 2013-03-18 Q16). The output of the program is a correct thumbnail but one of the Thumb property fields seems not to follow the Freedesktop standard properly:

Thumb::Image::height: 720
Thumb::Image::Width: 1280

According to http://specifications.freedesktop.org/t ... l#ADDINFOS, this should be with a capital H in height. This becomes an issue when reusing the thumbnail in, for example, Gwenview, which considers that the size information is missing on the thumbnail and just recreates it.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Bug in Thumb::Image::Height

Post by magick »

We can reproduce the problem you posted and have a patch in ImageMagick 6.8.6-4 Beta available by sometime tomorrow. Thanks.
Post Reply