diff options
-rw-r--r-- | pnmscalefixed.html | 4 | ||||
-rw-r--r-- | sgitopnm.html | 9 |
2 files changed, 8 insertions, 5 deletions
diff --git a/pnmscalefixed.html b/pnmscalefixed.html index 0b7668a4..27fc5d9c 100644 --- a/pnmscalefixed.html +++ b/pnmscalefixed.html @@ -8,7 +8,7 @@ Updated: 18 November 2000 <H2>NAME</H2> -pnmscale - scale a PNM file quickly +pnmscalefixed - scale a PNM file quickly <H2 id="description">DESCRIPTION</H2> @@ -16,7 +16,7 @@ pnmscale - scale a PNM file quickly <B>pnmscalefixed</B> is like <B>pamscale</B> except that it uses fixed point arithmetic internally instead of floating point, -which makes it run faster. In turn, it is less accurate and may +which may make it run faster. In turn, it is less accurate and may distort the image. It also lacks many of the features of <b>pamscale</b>. <P>Use the <B>pamscale</B> user manual with <B>pnmscalefixed</B>. This diff --git a/sgitopnm.html b/sgitopnm.html index 76671f6c..95d8e6e8 100644 --- a/sgitopnm.html +++ b/sgitopnm.html @@ -66,9 +66,12 @@ combine them into a PAM image of tuple type GRAYSCALE_ALPHA with <H2 id="references">REFERENCES</H2> -SGI Image File Format documentation (draft v0.95) by Paul Haeberli (<A -HREF="mailto:paul@sgi.com">paul@sgi.com</A>). Available via FTP at -sgi.com:graphics/SGIIMAGESPEC. +<p>The SGI image format specification version 1.0 is at +ftp://ftp.sgi.com/graphics/grafica/sgiimage.html . + +<p>There is an example SGI file at +https://github.com/ZaaLabs/ZaaIL-TestImages/tree/master/SGI . + <H2 id="seealso">SEE ALSO</H2> |