diff --git a/README.md b/README.md index 4dbd7ff..1964141 100644 --- a/README.md +++ b/README.md @@ -198,10 +198,10 @@ One of the main features of this converter is downscaling. Unfortunately without ![comparison-ldpi](src/main/resources/img/ldpi_comparison.png) ![comparison-ldpi](src/main/resources/img/mdpi_comparison.png) -1) Density Converter using Thumbnailator with default settings -2) Photoshop CS5 with bicubic algorithm -3) imgscalr with ULTRA_QUALITY setting -4) Java2d with render hints VALUE_INTERPOLATION_BICUBIC, VALUE_RENDER_QUALITY, VALUE_ANTIALIAS_ON +1. Density Converter using Thumbnailator with default settings +2. Photoshop CS5 with bicubic algorithm +3. imgscalr with ULTRA_QUALITY setting +4. Java2d with render hints VALUE_INTERPOLATION_BICUBIC, VALUE_RENDER_QUALITY, VALUE_ANTIALIAS_ON ## Post Processors