WebBox Klassenbibliothek
ulrich
2020-01-19 56c51f061924d71154beb4615b5e2d5863db8cd9
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)