Is there any image converter through which I connect with java?

Posted by Nitz on Stack Overflow See other posts from Stack Overflow or by Nitz
Published on 2010-05-26T05:00:57Z Indexed on 2010/05/26 5:31 UTC
Read the original article Hit count: 148

Filed under:
|

Hey guys
I had ask one question here but i don't get exactly as i want.
So, now bcz of unsupported image in ImageIO, so i thought why don't I give other way to use it , by converting Unsupported images.
So, is their any open-source image converter in java or is there any website or any tool , through which I can connect with my java application and then that tool or website convert my jpg image to jpg or png image and then store that image on some place.
So that if their any image unsupported in ImageIO then also i can store that image by converting it.

This whole process should be done automatically means user should not have to open that website or tool and convert it manually.

© Stack Overflow or respective owner

Related posts about java

Related posts about image-conversion