We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bfa9d8 commit b606180Copy full SHA for b606180
src/main/java/org/apache/commons/imaging/formats/png/package-info.java
@@ -16,7 +16,14 @@
16
*/
17
18
/**
19
- * The PNG image format.
+ * The PNG (Portable Network Graphics) image format.
20
+ * <p>
21
+ * The implementation is based on PNG specification version 1.2, and supports the following extensions:
22
+ * <ul>
23
+ * <li><a href="http://ftp-osl.osuosl.org/pub/libpng/documents/pngext-1.5.0.html">Extensions to the PNG 1.2 Specification, Version 1.5.0</a></li>
24
+ * </ul>
25
+ *
26
+ * @see <a href="http://www.libpng.org/pub/png/spec/1.2/">Portable Network Graphics (PNG) Specification, version 1.2</a>.
27
28
package org.apache.commons.imaging.formats.png;
29
0 commit comments