src/de/uhilger/wbx/web/TNServlet.java | ●●●●● patch | view | raw | blame | history |
src/de/uhilger/wbx/web/TNServlet.java
@@ -127,7 +127,7 @@ .keepAspectRatio(true) .outputQuality(0.7) .toOutputStream(response.getOutputStream());*/ if(!tnfile.exists()) { if(imgfile.exists() && !tnfile.exists()) { Thumbnails.of(imgfile) .size(gr, gr) .keepAspectRatio(true)