Re: reducing ringing on text
Fred Weinhaus <[email protected]>
| Newsgroups | gmane.comp.video.image-magick.user |
|---|---|
| Message-ID | <p06240802c79207e0a221@[192.168.1.2]> |
>convert filename.jp2 -reduce x600 -quality 80% filename.jpeg I am unaware of any function -reduce. try convert filename.jp2 -resize 600x600 -quality 80 filename.jpeg also perhaps upgrade your Jasper delegate library. I am not sure if it is needed to read or ony to write JP2000 files.