Is there any public service which I can use to convert any of the common image formats (gif, png, bmp, tga, etc) to a jpg? I'm looking for something I can use from within javascript, sending the image to whereever, then getting back a jpg I can use.
I am not looking for something manual, where I can go to http://foo.bar.com, manually upload the image, then manually save the returned jpg. I'm looking for something I can use as an actual web service remotely.