WebBox Klassenbibliothek
ulrich
2020-07-24 e4ff596039e48bb219ca49b03d8f84ad05236f2a
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)