linuxmint / xviewer

A generic Image viewer
GNU General Public License v2.0
75 stars 37 forks source link

XViewer shows white space for images > 16386 pixels #140

Closed MenthaSuaveolens closed 3 years ago

MenthaSuaveolens commented 3 years ago
 * Xviewer version (xviewer --version) Xviewer 2.6.2

 * Distribution - (Mint 17.2, Arch, Fedora 25, etc...) Linux Mint 20 Cinnamon

Issue In case one of the dimensions of an image is greater than 16386 pixels then the area which is located after pixel 16386 is displayed as a white space either right (if the image is wider than16386 pixels) either in the bottom (if the image is taller than 16386 pixels)

Steps to reproduce Create an image (eg. with GIMP) with one of the dimensions >> 16386. Export image as jpg or png. Try to view the image with Xviewer

Expected behaviour All contents should be scaled properly XViewerWhiteSpace test7 test7h

Other information

programmer-ceds commented 3 years ago

This looks like a duplicate of issue #118 which was fixed by PR #121. Can you retest with a version of xviewer that is 2.8.1 or later? Then close this issue if the problem doesn't occur.

MenthaSuaveolens commented 3 years ago

Tested with version 2.8.3 => Problem solved!