Noteshrunk

Latest version: v1.6.0

Safety actively analyzes 641872 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.6

Added

- `--skip_empty`, `--threshold_empty`

1.5

Fixed

- Processing of grayscale and black-and-white images.

Changed

- Changed from `print()` to `logging`.

1.4

Added

- `--unsharp_mask`

Helps enhance fine textures.

Removed

- `--denoise_closing`

Reason: `--denoise_closing` was a morphological closing on the binary foreground mask.
Morphological *opening* on the binary foreground mask removes small segments by effectively replacing them with background.
Morphological *closing* might be useful for fine textures when applied to the actual image, but I don't see any benefit to applying it to the mask.

1.3

Changed

- Replaced `--global_palette` with `--local_palette` to make the global palette the default.

1.2

Added

- This changelog file
- Added a check for the existence of all input files so that the error is raised immediately and not halfway through processing.

Changed

- Switch from multi-processing to multi-threading for lower overhead, resulting in lower memory consumption and faster runtime.
- The location of the temporary folder for intermediate files has been changed to the current working location, so that it can be freely selected.

1.1

Added

- Multiprocessing
- Added `--jobs` flag
- Added `pipx` builds
- Added `--quality` flag

Page 1 of 2

Links

Releases

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.