about summary refs log tree commit diff
path: root/winicon.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-28 19:39:47 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-06-28 19:39:47 +0000
commit2222b5020909d4867f10cf72720df36e3483c0de (patch)
tree7a8b56782d895e753e39e3cce1c0237b18915855 /winicon.html
parentdab40b54733b6f31bc41106dc126e4f387e8bb37 (diff)
downloadnetpbm-mirror-2222b5020909d4867f10cf72720df36e3483c0de.tar.gz
netpbm-mirror-2222b5020909d4867f10cf72720df36e3483c0de.tar.xz
netpbm-mirror-2222b5020909d4867f10cf72720df36e3483c0de.zip
Replace character entity references with plain double quotes
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@2590 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'winicon.html')
-rw-r--r--winicon.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/winicon.html b/winicon.html
index 21f9aa76..64816a11 100644
--- a/winicon.html
+++ b/winicon.html
@@ -17,7 +17,7 @@ resolutions up to 256 by 256 pixels and various bpp values.  The
 images are encoded either as Portable Network Graphics file (PNG), or
 in a format similar to Microsoft's BMP format.
 
-<P>If encoded as BMP, the image includes an &lsquo;AND mask&rsquo;,
+<P>If encoded as BMP, the image includes an "AND mask",
 which contains 1-bit transparency data.  It may also contain
 additional 8-bit transparency data together with the color
 information.
@@ -35,9 +35,9 @@ depth.
 
 <H3 id="masks">XOR Mask and AND Mask</H3>
 
-<p>BMP encoded images contain two pixel maps: The so-called &lsquo;XOR
-mask&rsquo; stores the color information for each pixel, and the
-&lsquo;AND mask&rsquo; stores the transparency belonging to it.
+<p>BMP encoded images contain two pixel maps: The so-called "XOR
+mask" stores the color information for each pixel, and the
+"AND mask" stores the transparency belonging to it.
 
 <P>The names and the function of these maps are most easily
 understood by looking at how a 1-bpp icon image is rendered on a