Open
Description
Is your feature request related to a problem? Please describe.
The _convert_image_process()
function crashes when a SVG image is in between other images in a mass conversion.
Describe the solution you'd like
Add support for vector graphics (at least convert from)
Describe alternatives you've considered
Place the critical command in the for loop in a try-except module to enable the loop to continue with the remaining images.
This would also prevent the loop from exiting if another unsupported image is in the selection.