feat: Added option to reduce image PPI

This commit is contained in:
Georgy Litvinov 2021-08-01 16:26:30 +02:00
parent 56a262caee
commit c79fc809f2
8 changed files with 270 additions and 161 deletions

View file

@ -46,6 +46,7 @@ dependencies{
bundledLibs group: 'org.apache.jena', name: 'jena-arq', version: '3.15.0'
bundledLibs group: 'org.slf4j', name: 'slf4j-api', version: '1.7.30'
bundledLibs group: 'com.opencsv', name: 'opencsv', version: '5.1'
bundledLibs group: 'org.imgscalr', name: 'imgscalr-lib', version: '4.2'
bundledLibs group: 'org.apache.commons', name: 'commons-imaging', version: '1.0-alpha2'
configurations.compile.extendsFrom(configurations.bundledLibs)