Search found 2 matches
- 2014-03-07T06:44:43-07:00
- Forum: Users
- Topic: image compression in jmagick
- Replies: 2
- Views: 2655
Re: image compression in jmagick
The output format is jpg.
- 2014-03-07T00:30:22-07:00
- Forum: Users
- Topic: image compression in jmagick
- Replies: 2
- Views: 2655
image compression in jmagick
Hello, I am writing a program in Java using JMagick, and I need to be able to compress the image(lower the filesize) by lowering the quality of the image. I have tried the info.setQuality(99) and info.setQuality(1) classes but there is no difference in the size of the outputfile. Is there a way to ...