The Scenario I am currently working on is, Marketing team upload image in Media Library in Sitecore in any format. So I have to make sure if they upload in svg format, I have to take a copy of the image convert into .jpg or .png image and send it in email. For Email I am using XSL so I need a image URL something like this
http://example.com/~/media/web/Logos/example.svg converted into http://example.com/~/media/web/Logos/example.png
How could this be achieved? Is there any way I can convert the image format in Sitecore or is there any way I can get the media cache item?