I have ten photo frames in my desktop changing pictures every hour. When a very wide picture (example 2800x400) is displayed, it is half heighted. Example image : http://fotosjorge.free.fr/fotos/jose/fotos/200x/2009/2009-08-18_neouvielle/photo-000033-photo-000037.jpg Reproducible: Always Steps to Reproduce: 1.Put this image in a small sized frame (ie. 1/8 of the desktop) 2.Compare proportions to what Gwenview shows.
Tried to change in imagescaler.cpp the aspect ratio part, but it changes nothing : QImage img = m_image.scaled(m_size, Qt::KeepAspectRatio, In fact the bug is there for all images, the ratio is changed for all images. It is just less visible for square images, and very visible for images with a big ratio, like 3:1 or more..
*** This bug has been marked as a duplicate of bug 305175 ***