summaryrefslogtreecommitdiff
path: root/dev-java/commons-imaging/metadata.xml
blob: eb41bef1f693aef8ec54a3a35126022cc2978b8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="project">
    <email>java@gentoo.org</email>
    <name>Java</name>
  </maintainer>
  <longdescription>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.</longdescription>
  <upstream>
    <remote-id type="cpe">cpe:/a:apache:commons_imaging</remote-id>
  </upstream>
  <origin>srcux</origin>
</pkgmetadata>