#1 changed `std::Vec<RgbImage>` to `std::collections::Hashmap<String,RgbImage` provide more informations of processesd Data
The output images should have the same name as the input images. Accordingly, the read-in vector was converted into a std::collections::HashMap<String,img::RgbImage>
.