- switched from unmaintained imgaug to imgaug3 library (https://github.com/nsetzer/imgaug)
0.0.3
------------------
- added `find-contours` filter for turning blobs in image segmentation annotations into object detection polygons.
0.0.2
------------------
- added `change-grayscale` filter for change pixel values of grayscale images by a factor of fixed value - added `clip-grayscale` filter for replacing pixel values that go below or above thresholds - added `enhance` filter for enhancing brightness, contrast, color, sharpness
0.0.1
------------------
- initial release
PyPi ====
Preparation:
* update all help files (`img-help -f markdown -o plugins -t "imgaug plugins" -i README.md -l INFO`) * increment version in `setup.py` * add new changelog section in `CHANGES.rst` * align `DESCRIPTION.rst` with `README.md` * commit/push all changes
Commands for releasing on pypi.org (requires twine >= 1.8.0):
* start new release (version: `vX.Y.Z`) * enter release notes, i.e., significant changes since last release * upload `image-dataset-converter-imgaug-X.Y.Z.tar.gz` previously generated with `setup.py` * publish