metadata.xml 1.1 KB

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>java@gentoo.org</email>
  6. <name>Java</name>
  7. </maintainer>
  8. <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.
  9. 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.
  10. Imaging was working and was used by a number of projects in production even before version 1.0.</longdescription>
  11. <upstream>
  12. <remote-id type="github">apache/commons-imaging</remote-id>
  13. </upstream>
  14. </pkgmetadata>