mhct / mu-server

photo frame using rpi
0 stars 0 forks source link

Fix image quality problem #25

Open mhct opened 11 years ago

mhct commented 11 years ago

In certain photos, the java scaling algorithms are working poorly, creating bad images, you can see the pixels in some....

a possible solution is to take a look at this library

http://www.thebuzzmedia.com/software/imgscalr-java-image-scaling-library/

mhct commented 10 years ago

Currently I am using a wrapper to ImageMagick. So an option is to check the imagemagick documentation and see how to create super high quality scales of pictures.

mhct commented 10 years ago

Started using GraphicsImage.. check if the images are better now