How to make java music.

I have thumbnails generated in Java but not sharp enough, why?

+2


a source to share


3 answers


I am getting great results with the java-image-scaling library .



+4


a source


Possibly due to the kernel used.



A lanczos filter , for example, gives a relatively sharp result.

+3


a source


I found the best results are produced with the Lanczos scale for sketches and an unsharp mask after that. Most scaling algorithms use a low-pass filter (blur) as a first step and sub-sampling thereafter, which makes the scaled down images look pretty sharp.

+2


a source







All Articles