hvdwolf / jExifToolGUI

jExifToolGUI is a multi-platform java/Swing graphical frontend for the excellent command-line ExifTool application by Phil Harvey
https://hvdwolf.github.io/jExifToolGUI/
GNU General Public License v3.0
430 stars 37 forks source link

Cropped vs resized thumbnails (previews) #324

Open rsholmes opened 2 months ago

rsholmes commented 2 months ago

Version (please complete the following information):

Describe the bug Thumbnails are inconsistent: Some are full images, reduced in size, showing image file name; some are cropped, not showing file name. Cropping appears to be to lower left part of image, sometimes omitting the main subject in the center. Cropped images are a good width, but butt up against images above and below with no separation. Uncropped image thumbnails are too small, not using full width of preview pane.

To Reproduce Steps to reproduce the behavior:

  1. Just view a directory

image

(My preference would be to always see the full image reduced as thumbnail, with file name shown, using the full width of the previews pane, separated from images above and below.)