Skip to content

JXL Batch Converter - v0.5.0

Compare
Choose a tag to compare
@kampidh kampidh released this 18 Apr 05:31

simplelibjxlgui-v050

What's New

  • Add option to delete input files after successful conversion (#7)
    • Please be advised that this option is also experimental and can cause unexpected permanent data loss!
    • Note: if you set Abort on On encoding error and an error occurred -- or if you abort the batch while running, you will be prompted to delete the already successfully converted files or keep them.
  • Add "Remove all" button on input files (#7)
  • Add "Clean list after successful conversion" option on input files
  • Add "Use same folder for output" option on input folder (#7)
  • Add option to also scan for hidden files on input folder
  • Add option to exclude folders while on input folder mode, note that this option only enabled if recursive option is enabled.
  • Add option to add suffix to output file (#7)
    • Also option to add random alphanumeric suffix with %rnd% option
    • Please note that this suffix field is not sanitized (yet) and you can trigger all funky OS-related errors if you put illegal filename characters there.

Fixes

  • Fix a bug where an empty file is created if Keep original date and time option is enabled and conversion failed.
    • If a zero file still exists, it will attempt to delete the resulting file and flag the input file as a failed conversion.
  • Fix logs on multithreading mode, now the end logs will not divided per thread anymore. (#7)

FIles

  • jxl-batch-converter.exe - 64-bit Windows, static binary.
  • jxl-batch-x86-64.AppImage - 64-bit Linux AppImage, only tested with WSL2 Ubuntu.

Experimental app, may contain bunch of bugs, use at your own risk.
Since v0.5.0 with file deletion feature, may cause unexpected permanent data loss as well.