Re: [sleuthkit-users] Split Image Question
Brought to you by:
carrier
From: Aaron P. <dop...@gm...> - 2005-02-01 01:46:26
|
I think using the native globbing support is an excellent idea. As a possible example of the interface, you could start the interface with a field for entering the directory your image pieces reside in. Fill in and Submit. Next page shows all files in that directory with check boxes beside each one. Options are to check or uncheck boxes, or to use some form of regex to filter and check all files that fit the filter. It could be your choice whether you use PCRE or globbing or whatever. It really doesn't matter to me. PCRE is probably more flexible... Anyway, say you use a filter. Fill in and click "filter". so now on the next page, everything that fits "myimage.*" has it's check box selected. But say you picked up some files that weren't part of the image, so you deselect them. click "done" and it rebuilds the image or whatever you have designed for it to do with the pieces parts. If you really wanted to, you could have links to move a file up or down in the order or numbered fields that one could change to quickly move a file from 39 in the order to 13, but I can't imagine why anyone would not just have image parts in order... That's my two cents anyway. |