Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

Optionally save png files

Compare
Choose a tag to compare
@robmarkcole robmarkcole released this 17 Feb 05:58
· 17 commits to master since this release
87201c2

Adds a new config arg save_file_format which can optionally be png to save images as png format instead of the default jpg. png files have less compression so the text annotations are easier to read.

Note that the optional arg always_save_latest_jpg is now renamed to always_save_latest_file since this can be either a jpg or png now

ref #224