2
0
mirror of https://github.com/boostorg/gil.git synced 2026-02-09 11:12:22 +00:00

Deploy to GitHub Pages: 8b616b686c

This commit is contained in:
Travis CI
2019-07-30 06:45:41 +00:00
parent 39f9eb60ba
commit adccd7fb0e
3 changed files with 7 additions and 7 deletions

View File

@@ -441,10 +441,10 @@ PNM
+++
For a general overview of the PNM image file format go to the
following PNM_Wiki_.
following PNM_Wiki_. No external library is needed for the pnm format.
No external library is needed for the pnm format.
Both ascii and binary formats are supported.
The extension can read images in both flavours of the formats, ASCII and binary,
that is types from P1 through P6; can write only binary formats.
Currently the code is able to read and write the following image types:

View File

@@ -517,9 +517,9 @@ macro defined. This color space is defined in the toolbox by using <code class=
<div class="section" id="pnm">
<h4>PNM</h4>
<p>For a general overview of the PNM image file format go to the
following <a class="reference external" href="http://en.wikipedia.org/wiki/Portable_anymap">PNM_Wiki</a>.</p>
<p>No external library is needed for the pnm format.
Both ascii and binary formats are supported.</p>
following <a class="reference external" href="http://en.wikipedia.org/wiki/Portable_anymap">PNM_Wiki</a>. No external library is needed for the pnm format.</p>
<p>The extension can read images in both flavours of the formats, ASCII and binary,
that is types from P1 through P6; can write only binary formats.</p>
<p>Currently the code is able to read and write the following image types:</p>
<dl class="field-list simple">
<dt class="field-odd">Read</dt>

File diff suppressed because one or more lines are too long