New
- Add `--workers` option to control number of multiprocessing parallel workers.
Improved
- Use multiprocessing in `parse_pascal_files` and `pascalvoc_to_images`;
- Add `--version` option to show the program's version number and exit;
- Major UI and code readability improvement, using easier to understand language and making it more independent of the PascalVOC file format;
- Earlier detection of empty data;
- Replace `iter` with `iterfind` when parsing xml files;
- Unify processing of bounding boxes of same image in same process and reuse loaded image;
- Rebrand to `image-slicer`;
- Rebrand to `image-object-slicer`.