WebBox Klassenbibliothek
ulrich
2020-07-21 38929aa1f4f4a017be4d2e93c32165b9e51f635d
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)