I need to be able to compress and resize images of type jpeg,gif etc in my Java code. Which library or class in Java should i use for compressing and resizing images ?
Thank You
I need to be able to compress and resize images of type jpeg,gif etc in my Java code. Which library or class in Java should i use for compressing and resizing images ?
Thank You
You'll want to use ImageMagick to do so.
You can either shell out to do it, or use a library like im4java.