Skip to content

Releases: Legendsmith/Simple-Image-Sorter

Simple Image Sorter (Classic) v1.8.2

10 Jun 21:28
Compare
Choose a tag to compare

This version adds a checkbox that toggles the automatic zoom behaviour. This is useful if you are experiencing performance issues when loading a new image.
It may also be useful when dealing with images of unusual size. The checkbox can be toggled at any time during use.

Simple Image Sorter (Classic) v1.8.1

14 May 00:13
Compare
Choose a tag to compare

Fixed a bug that limited the size of the image viewing pane to the vertical height of the buttons; this was only noticeable when you only had a few categories to sort images into.

Simple Image Sorter (Classic) v1.8

27 Jan 13:41
Compare
Choose a tag to compare

Back by popular demand; this is the SINGLE view Simple Image Sorter. The Simpler one, classic. Now it's all in 1 window unlike v1.7.

Simple Image Sorter Multi-View v2.4

04 Feb 09:38
Compare
Choose a tag to compare

Features

  • Added tooltips to buttons and thumbnails, mouse over for 1s
  • Duplicate file name (not file contents) checking. Yellow border on a file means it is a duplicate.

Fixes & Other changes

  • Fixed bug where the program would raise an unhandled exception when the number of images per page/chuink was higher than the number of files to sort.
  • Renamed Ready button to "New Session"

Simple Image Sorter Multi-View v2.3

02 Feb 14:55
Compare
Choose a tag to compare

Features

  • Prefs.json is pretty printed so it's easy to modify
  • Added confirmation upon quit if there's designated but un-moved files.
  • Sessions can be manually saved now. Additionally autosaving the session can be disabled in prefs.json with autosave parameter set to False.
  • Sessions remember their own thumbnail size now.
  • Loaded sessions actually display what's been moved visually from last time.
  • Loaded sessions check the image files still exist on load.

Fixes

  • Fixed UI buttons not filling the space they have.
  • Fix #5; toggling checkboxes now hides appropriate grid squares

Simple Image Sorter Multi-View v2.2

01 Feb 08:13
Compare
Choose a tag to compare

Bugfixes and features

  • Added session saving and loading
  • Program now remembers the location of windows
  • Fixed bugs preventing moving images.
  • fixed program error when there were now many destinations.
  • fixed hotkeys being active when typing in text entries
  • Load chunks of images at once, this can be configured in the program and in the json (squaresperpage)
  • Uses lipvips for extra fast image loading, with a python Pillow fallback for thumbnails.

Simple Image Sorter Multi View Release beta

31 Jan 10:52
Compare
Choose a tag to compare

New features are now finished:

  • Right-click on Destination Buttons to show which images are assigned to them. (Does not show those that have already been moved).
  • The right-click for full view of an images also allows you to rename a file from this view. Renaming only takes effect when the image is moved.
  • The program will now load batches of images at once, press Add Files to add the next batch; The number per batch can be configured in the program (after Ready) or in the prefs.jsonfile with the squaresperpage value.

MULTI-VIEW: Sort Multiple images at once

27 Jan 15:12
bfdb356
Compare
Choose a tag to compare

After a week of solid work I bring you Simple Image Sorter v2.0: MULTIVIEW Edition.
Instead of doing one image at a time you can now designate multiple images at once and then click a button to "assign" them to that location. Click Move All to move everything at once! It also outputs a file log so you can see what was done later if you need to.
You can also rightclick on the image thumbnails to view the full size image like before!

Simple Image Sorter Bugfix

18 Nov 05:50
Compare
Choose a tag to compare

1.6 was broken, this is fixed.
As before, images now scale properly when opening.

Bugfix, Version 1.5

12 Nov 15:59
Compare
Choose a tag to compare

File pointers are now released, fixing a major bug.