Is there any image converter through which I connect with java?
- by Nitz
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.