-1

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

user1276174
  • 27
  • 1
  • 4

1 Answers1

4

You'll want to use ImageMagick to do so.

You can either shell out to do it, or use a library like im4java.

stephenbez
  • 5,598
  • 3
  • 26
  • 31