JPEG quality not set if extension doens't have an e
The changes in !569 add a check for filenames ending in `jpg` when checking if to add the `95%` quality factor.
As the code generally uses `jpeg` this means the quality is not being set.
I am refactoring the capture modes now, so I'll fix this.
issue