Kaydet (Commit) 97e32012 authored tarafından Fred Drake's avatar Fred Drake

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.
üst 03b3f045
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
Read and write ``SGI RGB'' files} Read and write ``SGI RGB'' files}
\declaremodule{builtin}{rgbimg} \declaremodule{builtin}{rgbimg}
\modulesynopsis{Read and write image files in ``SGI RGB'' format (the module is \modulesynopsis{Read and write image files in ``SGI RGB'' format (the module
\emph{not} SGI specific though!).} is \emph{not} SGI specific though!).}
The \module{rgbimg} module allows Python programs to access SGI imglib image The \module{rgbimg} module allows Python programs to access SGI imglib image
...@@ -11,6 +11,9 @@ files (also known as \file{.rgb} files). The module is far from ...@@ -11,6 +11,9 @@ files (also known as \file{.rgb} files). The module is far from
complete, but is provided anyway since the functionality that there is complete, but is provided anyway since the functionality that there is
enough in some cases. Currently, colormap files are not supported. enough in some cases. Currently, colormap files are not supported.
\note{This module is only built by default for 32-bit platforms; it is
not expected to work properly on other systems.}
The module defines the following variables and functions: The module defines the following variables and functions:
\begin{excdesc}{error} \begin{excdesc}{error}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment