Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
7932a6bf
Kaydet (Commit)
7932a6bf
authored
Nis 03, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Small markup nits.
üst
d59db4f9
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
16 deletions
+12
-16
libimgfile.tex
Doc/lib/libimgfile.tex
+4
-5
librgbimg.tex
Doc/lib/librgbimg.tex
+2
-3
libimgfile.tex
Doc/libimgfile.tex
+4
-5
librgbimg.tex
Doc/librgbimg.tex
+2
-3
No files found.
Doc/lib/libimgfile.tex
Dosyayı görüntüle @
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
Dosyayı görüntüle @
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
Dosyayı görüntüle @
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
Dosyayı görüntüle @
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