Summary
Apache Commons Imaging, previously known as Apache Commons Sanselan, is a library that reads and writes a variety of image formats, including fast parsing of image info (size, color space, ICC profile, etc.) and metadata. This library is pure Java. Compared to typical image I/O libraries in native code, it's more portable, and should be more reliable and more secure against corrupt/malicious images, yet still performs reasonably well. It's easier to use than ImageIO/JAI/java.awt.Toolkit (Sun/Java's image support), supports more formats (and supports them more correctly). It also provides easy access to metadata. Imaging was working and was used by a number of projects in production even before version 1.0.
Versions
v0.97 :: 0 :: gentoo
- Modified
- License
- Apache-2.0
- Keywords
- ~amd64 ~x86
- USE flags
- doc source test
USE flags
General
- doc
- Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- source
- Zip the sources and install them
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
elibc
- FreeBSD
- ELIBC setting for systems that use the FreeBSD C library
Dependencies
app-arch / zip : Info ZIP (encryption support)
dev-java / java-config : Java environment configuration query tool
dev-java / junit : Simple framework to write repeatable tests
Runtime Dependencies
app-arch / zip : Info ZIP (encryption support)
dev-java / java-config : Java environment configuration query tool
Depending packages
sci-geosciences / bt747 : MTK GPS Datalogger Device Control
Bugs
- 739352
- dev-java/commons-imaging: Multiple vulnerabilities (CVE-2018-{17201,17202})
Change logs
- Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - James Le Cuirot · gentoo
dev-java/commons-imaging: New package, required by bt747
This was formerly known as Apache Commons Sanselan. Unfortunately I couldn't quite get all the tests to pass. Package-Manager: portage-2.2.27