Skip to content

Releases: RoanH/ImageScaler

v2.5 Small Fixes

19 Jan 21:30
v2.5
48dcaa8
Compare
Choose a tag to compare

A release to fix some minor issues:

  • Better Java runtime detection (#4)
  • Fix folders with a period incorrectly being labelled as files (#3)
  • Fix the file extensions field not being disabled during rescaling
  • Release file locks as fast as possible
  • Internal improvements to better handle edge cases
  • Update dependencies & build system

Downloads

Requires Java 8 or higher

v2.4 Better error reporting

20 Sep 22:32
3c63eaa
Compare
Choose a tag to compare

Errors are now collected during the scaling process and only reported at the end in one go. This means that there will now be one report with errors instead of a dialog for every error. Other than that the image parsing libraries were updated to the latest version.

v2.3 Features & Fixes

24 Nov 14:51
aeac1f3
Compare
Choose a tag to compare

Implemented a fair number of new features and resolved quite a few bugs 👀

  • Support dropping folders and files into the field to set paths.
  • If you're on Windows with the correct VC++ runtime installed you'll now see the new style Windows file chooser.
  • Split the file name regex into a file name part and a list of extensions to make it hopefully more understandable.
  • Add more help information to all the advanced options to hopefully make them more understandable.
  • Properly handle subdirectories.
  • Make parsing subdirectories optional.
  • Skip scaling images if the scaling factor is 1 (makes it only rename files).
  • Support selecting a single file as input (though you'll have to drop it in or type in the path yourself).
  • Mitigate the exclamation mark issue (see #2).
  • Attempt to properly handling situations where the program runs out of RAM.
  • Fix a bug where you could get an empty output destination field (resulting in writing to C:).
  • New icon to fix some Windows visual issues.
  • Default the thread count to 4 or less (depending on the CPU) to make it less likely to run out of RAM.
  • Some more internal improvements.
  • Update the image parsing libraries to the latest version.

v2.2 Scaling factor

03 Nov 14:02
1cd50ce
Compare
Choose a tag to compare

Just a few bug fixes:

  • Turns out that the scaling factor was being ignored, this is now fixed.
  • The overwrite option stayed grayed-out after all the tasks were done.

v2.1 Minor fix

05 Aug 21:00
0d3d469
Compare
Choose a tag to compare

There was an edge case where you could edit the output folder field when the write to input folder option was checked, this has been fixed.

v2.0 Proper JPEG Support

19 Jun 22:01
b073e95
Compare
Choose a tag to compare
  • Fix some jpeg images getting their colours inverted.
  • Add more scaling algorithms.

v1.1 Several important bug fixes

18 Jun 23:12
Compare
Choose a tag to compare
  • Separate the normal options from the advanced options in the GUI.
  • Report all errors and not just IO errors.
  • Make it so by default only png and jpg images are converted.
  • Actually make it so the overwrite option is implemented (overwrite was on by default).

v1.0 Initial release

18 Jun 18:20
Compare
Choose a tag to compare