[mod] start basex10 update
This commit is contained in:
parent
78e8f1b28a
commit
ba56b3c8da
10 changed files with 24 additions and 30 deletions
10
.classpath
10
.classpath
|
|
@ -1,12 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<classpath>
|
<classpath>
|
||||||
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17"/>
|
||||||
<classpathentry kind="src" path="src/java"/>
|
<classpathentry kind="src" path="src/java"/>
|
||||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
|
<classpathentry kind="lib" path="c:/Users/mrwhe/Desktop/basex.home/basex.107/BaseX.jar"/>
|
||||||
<attributes>
|
<classpathentry kind="lib" path="C:/Users/mrwhe/git/expkg-zone58/ex-thumbnailator/lib/thumbnailator-0.4.20.jar"/>
|
||||||
<attribute name="module" value="true"/>
|
|
||||||
</attributes>
|
|
||||||
</classpathentry>
|
|
||||||
<classpathentry kind="lib" path="lib/BaseX945.jar"/>
|
|
||||||
<classpathentry kind="lib" path="src/main/content/thumbnailator-0.4.13.jar"/>
|
|
||||||
<classpathentry kind="output" path="build/classes"/>
|
<classpathentry kind="output" path="build/classes"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
|
|
|
||||||
13
.project
13
.project
|
|
@ -22,8 +22,17 @@
|
||||||
</buildCommand>
|
</buildCommand>
|
||||||
</buildSpec>
|
</buildSpec>
|
||||||
<natures>
|
<natures>
|
||||||
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
|
|
||||||
<nature>org.eclipse.jdt.core.javanature</nature>
|
<nature>org.eclipse.jdt.core.javanature</nature>
|
||||||
<nature>net.sf.eclipsecs.core.CheckstyleNature</nature>
|
|
||||||
</natures>
|
</natures>
|
||||||
|
<filteredResources>
|
||||||
|
<filter>
|
||||||
|
<id>1714053706544</id>
|
||||||
|
<name></name>
|
||||||
|
<type>30</type>
|
||||||
|
<matcher>
|
||||||
|
<id>org.eclipse.core.resources.regexFilterMatcher</id>
|
||||||
|
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
|
||||||
|
</matcher>
|
||||||
|
</filter>
|
||||||
|
</filteredResources>
|
||||||
</projectDescription>
|
</projectDescription>
|
||||||
|
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
||||||
eclipse.preferences.version=1
|
|
||||||
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
|
|
||||||
org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
|
|
||||||
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
|
|
||||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
|
||||||
org.eclipse.jdt.core.compiler.compliance=1.7
|
|
||||||
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
|
|
||||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
|
||||||
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
|
|
||||||
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
|
|
||||||
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
|
|
||||||
org.eclipse.jdt.core.compiler.source=1.7
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<faceted-project>
|
|
||||||
<installed facet="java" version="1.7"/>
|
|
||||||
</faceted-project>
|
|
||||||
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"java.project.explorer.showNonJavaResources": false
|
||||||
|
}
|
||||||
2
LICENSE
2
LICENSE
|
|
@ -177,7 +177,7 @@
|
||||||
END OF TERMS AND CONDITIONS
|
END OF TERMS AND CONDITIONS
|
||||||
|
|
||||||
|
|
||||||
Copyright 2016 andy bunce
|
Copyright 2024 andy bunce
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
|
|
||||||
BIN
lib/BaseX107.jar
Normal file
BIN
lib/BaseX107.jar
Normal file
Binary file not shown.
BIN
lib/thumbnailator-0.4.20.jar
Normal file
BIN
lib/thumbnailator-0.4.20.jar
Normal file
Binary file not shown.
10
readme.md
10
readme.md
|
|
@ -1,13 +1,13 @@
|
||||||
# expkg-zone58:image.thumbnailator
|
# expkg-zone58:image.thumbnailator
|
||||||
|
|
||||||
An XQuery interface to the image thumbnail generator library
|
An XQuery interface to the image thumbnail generator library
|
||||||
[thumbnailator](https://github.com/coobird/thumbnailator) for BaseX 9.4.5+.
|
[thumbnailator](https://github.com/coobird/thumbnailator) for BaseX 10+.
|
||||||
|
|
||||||
Features size, scale, caption, rotate, flip, colorize, watermark. More details at [doc](doc/readme.md)
|
Features size, scale, caption, rotate, flip, colorize, watermark. More details at [doc](doc/readme.md)
|
||||||
|
|
||||||
## Versions
|
## Versions
|
||||||
* thumbnailator 8 requires Basex 9.4.5+
|
* thumbnailator 9 requires Basex 10+
|
||||||
* uses thumbnailator 4.13
|
* uses thumbnailator 0.4.20
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
Images are input and output as `xs:base64Binary` items. Inputs typically come from `fetch:binary`
|
Images are input and output as `xs:base64Binary` items. Inputs typically come from `fetch:binary`
|
||||||
|
|
@ -62,9 +62,11 @@ the thumbnailator jar included. See [releases](../../releases) for installation
|
||||||
# Tests
|
# Tests
|
||||||
`test.xqm` script uses the BaseX [Unit module](http://docs.basex.org/wiki/Unit_Module)
|
`test.xqm` script uses the BaseX [Unit module](http://docs.basex.org/wiki/Unit_Module)
|
||||||
|
|
||||||
|
# build
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
* ex-thumbnailator Copyright (c) 2013-2017, Andy Bunce. (Apache 2 License).
|
* ex-thumbnailator Copyright (c) 2013-2024, Andy Bunce. (Apache 2 License).
|
||||||
* thumbnailator Copyright (c) Chris Kroells (MIT License).
|
* thumbnailator Copyright (c) Chris Kroells (MIT License).
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue