Skip to content

Commit

Permalink
IMAGING-341: Document the PNG specification version
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavo committed Jan 15, 2023
1 parent 3bfa9d8 commit b606180
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@
*/

/**
* The PNG image format.
* The PNG (Portable Network Graphics) image format.
* <p>
* The implementation is based on PNG specification version 1.2, and supports the following extensions:
* <ul>
* <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>
* </ul>
*
* @see <a href="http://www.libpng.org/pub/png/spec/1.2/">Portable Network Graphics (PNG) Specification, version 1.2</a>.
*/
package org.apache.commons.imaging.formats.png;

0 comments on commit b606180

Please sign in to comment.