PhotoCollage
PhotoCollage copied to clipboard
Lack of logging calls
Throughout the code, no logging is present, meaning only Exception stacks will enable the developper to investigate what was the context in case of crash; nothing will print the images filenames considered, the user options, etc.
Proposal: add logging calls, in particular in case of Exception at highest level