WebBox Klassenbibliothek
ulrich
2020-06-16 0fa5e7f03614cbeb86eab44fa21b723a4b27a9c2
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)