Dateiverwaltung für die WebBox
ulrich
2018-08-10 c02f76900882d57ebbaa3d94d87a0ce68a33df3b
src/java/de/uhilger/filecms/api/HtmlExportService.java
@@ -192,6 +192,7 @@
          Thumbnails.of(absPath)
                  .size(bild.getVariantenGroesse(Bild.WINZIG), bild.getVariantenGroesse(Bild.WINZIG))
                  .keepAspectRatio(true)
                  .outputQuality(0.7)
                  .toFile(outFileName);
        } catch (IOException ex) {
          logger.log(Level.SEVERE, ex.getLocalizedMessage(), ex);