Bug in Thumb::Image::Height
Posted: 2013-07-01T03:06:46-07:00
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.
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.