-----
- "edit_contours" now has the function to change the target contour directly when using the "Pype": the option "inplace: True" will return the edited contour to be used throughout the current pype run, but not overwrite it in the saved annotations file. for that, a successive "detect_contours" needs to be run
- added more options to select what gets added to the archive when exporting a project with "export_zip"
- added more options for "save_ROI", e.g., to export image crops with a white background
- added more docstrings for functions to autogenerate API