Skip to content

v0.3.5

Compare
Choose a tag to compare
@nekhtiari nekhtiari released this 08 Feb 12:49
· 29 commits to master since this release
  • Add GitHub CI workflow.
  • CLI tool improvements
    • mode is no longer necessary (or allowed), files with a .tif or .tiff extension are read using the TIFF code. This also allows mixing and matching TIFF/non-TIFF images.
    • metric can be repeated, or all can be specified.
    • The --write_to_file option was removed. Instead, the tool always outputs information as machine-readable JSON at the end of the run, and that information can readily be redirected into a file. Since the information contains the file names evaluated, it can even be appended into a JSON Lines style file.
  • The package is now compatible with python 3.9.