Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
7932a6bf
Commit
7932a6bf
authored
Apr 03, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small markup nits.
parent
d59db4f9
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
16 deletions
+12
-16
Doc/lib/libimgfile.tex
Doc/lib/libimgfile.tex
+4
-5
Doc/lib/librgbimg.tex
Doc/lib/librgbimg.tex
+2
-3
Doc/libimgfile.tex
Doc/libimgfile.tex
+4
-5
Doc/librgbimg.tex
Doc/librgbimg.tex
+2
-3
No files found.
Doc/lib/libimgfile.tex
View file @
7932a6bf
\section
{
Built-in Module
\
sectcod
e
{
imgfile
}}
\section
{
Built-in Module
\
modul
e
{
imgfile
}}
\label
{
module-imgfile
}
\bimodindex
{
imgfile
}
The
imgfile module allows p
ython programs to access SGI imglib image
The
\module
{
imgfile
}
module allows P
ython programs to access SGI imglib image
files (also known as
\file
{
.rgb
}
files). The module is far from
complete, but is provided anyway since the functionality that there is
is enough in some cases. Currently, colormap files are not supported.
The module defines the following variables and functions:
\setindexsubitem
{
(in module imgfile)
}
\begin{excdesc}
{
error
}
This exception is raised on all errors, such as unsupported file type, etc.
\end{excdesc}
...
...
@@ -24,9 +23,9 @@ are currently supported.
\begin{funcdesc}
{
read
}{
file
}
This function reads and decodes the image on the specified file, and
returns it as a
p
ython string. The string has either 1 byte greyscale
returns it as a
P
ython string. The string has either 1 byte greyscale
pixels or 4 byte RGBA pixels. The bottom left pixel is the first in
the string. This format is suitable to pass to
\
code
{
gl.lrectwrite
}
,
the string. This format is suitable to pass to
\
function
{
gl.lrectwrite()
}
,
for instance.
\end{funcdesc}
...
...
Doc/lib/librgbimg.tex
View file @
7932a6bf
\section
{
Built-in Module
\
sectcod
e
{
rgbimg
}}
\section
{
Built-in Module
\
modul
e
{
rgbimg
}}
\label
{
module-rgbimg
}
\bimodindex
{
rgbimg
}
The
rgbimg module allows p
ython programs to access SGI imglib image
The
\module
{
rgbimg
}
module allows P
ython programs to access SGI imglib image
files (also known as
\file
{
.rgb
}
files). The module is far from
complete, but is provided anyway since the functionality that there is
is enough in some cases. Currently, colormap files are not supported.
The module defines the following variables and functions:
\setindexsubitem
{
(in module rgbimg)
}
\begin{excdesc}
{
error
}
This exception is raised on all errors, such as unsupported file type, etc.
\end{excdesc}
...
...
Doc/libimgfile.tex
View file @
7932a6bf
\section
{
Built-in Module
\
sectcod
e
{
imgfile
}}
\section
{
Built-in Module
\
modul
e
{
imgfile
}}
\label
{
module-imgfile
}
\bimodindex
{
imgfile
}
The
imgfile module allows p
ython programs to access SGI imglib image
The
\module
{
imgfile
}
module allows P
ython programs to access SGI imglib image
files (also known as
\file
{
.rgb
}
files). The module is far from
complete, but is provided anyway since the functionality that there is
is enough in some cases. Currently, colormap files are not supported.
The module defines the following variables and functions:
\setindexsubitem
{
(in module imgfile)
}
\begin{excdesc}
{
error
}
This exception is raised on all errors, such as unsupported file type, etc.
\end{excdesc}
...
...
@@ -24,9 +23,9 @@ are currently supported.
\begin{funcdesc}
{
read
}{
file
}
This function reads and decodes the image on the specified file, and
returns it as a
p
ython string. The string has either 1 byte greyscale
returns it as a
P
ython string. The string has either 1 byte greyscale
pixels or 4 byte RGBA pixels. The bottom left pixel is the first in
the string. This format is suitable to pass to
\
code
{
gl.lrectwrite
}
,
the string. This format is suitable to pass to
\
function
{
gl.lrectwrite()
}
,
for instance.
\end{funcdesc}
...
...
Doc/librgbimg.tex
View file @
7932a6bf
\section
{
Built-in Module
\
sectcod
e
{
rgbimg
}}
\section
{
Built-in Module
\
modul
e
{
rgbimg
}}
\label
{
module-rgbimg
}
\bimodindex
{
rgbimg
}
The
rgbimg module allows p
ython programs to access SGI imglib image
The
\module
{
rgbimg
}
module allows P
ython programs to access SGI imglib image
files (also known as
\file
{
.rgb
}
files). The module is far from
complete, but is provided anyway since the functionality that there is
is enough in some cases. Currently, colormap files are not supported.
The module defines the following variables and functions:
\setindexsubitem
{
(in module rgbimg)
}
\begin{excdesc}
{
error
}
This exception is raised on all errors, such as unsupported file type, etc.
\end{excdesc}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment