1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: libtwelvemonkeys-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
Markus Koschany <apo@debian.org>
Build-Depends:
debhelper-compat (= 13),
default-jdk,
junit4,
maven-debian-helper (>= 2.1),
libbatik-java,
libcommons-fileupload-java,
libjmagick7-java,
libservlet-api-java
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/libtwelvemonkeys-java.git
Vcs-Browser: https://salsa.debian.org/java-team/libtwelvemonkeys-java
Homepage: https://github.com/haraldk/TwelveMonkeys
Rules-Requires-Root: no
Package: libtwelvemonkeys-java
Architecture: all
Depends:
${maven:Depends},
${misc:Depends}
Suggests:
${maven:OptionalDepends}
Multi-Arch: foreign
Description: collection of plugins and extensions for Java's ImageIO
These plugins extend the number of image file formats supported in Java, using
the javax.imageio.* package. The main purpose of this project is to provide
support for formats not covered by the JRE itself.
.
Supported image formats (read and write support may vary):
BMP, JPEG, JPEG-2000, PNM, PSD, TIFF, HDR, IFF, PCX, PICT, SGI, TGA, ICNS, ICO
& CUR, Thumbs.db, SVG and WMF.
|