| 69 | } |
| 70 | |
| 71 | void br_compare(const char *target_gallery, const char *query_gallery, const char *output) |
| 72 | { |
| 73 | Compare(File(target_gallery), File(query_gallery), File(output)); |
| 74 | } |
| 75 | |
| 76 | void br_compare_n(int num_targets, const char *target_galleries[], const char *query_gallery, const char *output) |
| 77 | { |