Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 97e3201

Browse files
committed
Add a note that the rgbimg module is only built on 32-bit machines (prompted
by a question to webmaster). Re-wrapped a long line.
1 parent 03b3f04 commit 97e3201

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Doc/lib/librgbimg.tex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@ \section{\module{rgbimg} ---
22
Read and write ``SGI RGB'' files}
33

44
\declaremodule{builtin}{rgbimg}
5-
\modulesynopsis{Read and write image files in ``SGI RGB'' format (the module is
6-
\emph{not} SGI specific though!).}
5+
\modulesynopsis{Read and write image files in ``SGI RGB'' format (the module
6+
is \emph{not} SGI specific though!).}
77

88

99
The \module{rgbimg} module allows Python programs to access SGI imglib image
1010
files (also known as \file{.rgb} files). The module is far from
1111
complete, but is provided anyway since the functionality that there is
1212
enough in some cases. Currently, colormap files are not supported.
1313

14+
\note{This module is only built by default for 32-bit platforms; it is
15+
not expected to work properly on other systems.}
16+
1417
The module defines the following variables and functions:
1518

1619
\begin{excdesc}{error}

0 commit comments

Comments
 (0)