As part of the effort to make parts of Plaso more reusable, move Plaso [image_export](https://github.com/log2timeline/plaso/blob/main/tools/image_export.py) to the imagetools project * [ ] determine if artifact filter and pre-processing logic should be moved to a separate project * [x] filter based on artifact definitions * [x] filter based on single path - https://github.com/log2timeline/dfimagetools/pull/98 * [ ] filter based on find specs (use YAML filter file?) * date and time range (image export `--date-filter`) * filename (image export `--names`) * filename extension (image export `--extentensions`) * [ ] filter based on (content) signatures (image export `--signatures`) * [ ] generate hashes.json output
As part of the effort to make parts of Plaso more reusable, move Plaso image_export to the imagetools project
--date-filter)--names)--extentensions)--signatures)