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
a38a2867
Kaydet (Commit)
a38a2867
authored
Nis 11, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Include () after function name.
One more logical mark.
üst
0d213d34
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
8 deletions
+6
-8
libimgfile.tex
Doc/lib/libimgfile.tex
+3
-4
libimgfile.tex
Doc/libimgfile.tex
+3
-4
No files found.
Doc/lib/libimgfile.tex
Dosyayı görüntüle @
a38a2867
...
@@ -42,9 +42,8 @@ after scaling. The filter forms supported are \code{'impulse'},
...
@@ -42,9 +42,8 @@ after scaling. The filter forms supported are \code{'impulse'},
\code
{
'gaussian'
}
. If a filter is specified
\var
{
blur
}
is an optional
\code
{
'gaussian'
}
. If a filter is specified
\var
{
blur
}
is an optional
parameter specifying the blurriness of the filter. It defaults to
\code
{
1.0
}
.
parameter specifying the blurriness of the filter. It defaults to
\code
{
1.0
}
.
\code
{
readscaled
}
makes no
\function
{
readscaled()
}
makes no attempt to keep the aspect ratio
attempt to keep the aspect ratio correct, so that is the users'
correct, so that is the users' responsibility.
responsibility.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
ttob
}{
flag
}
\begin{funcdesc}
{
ttob
}{
flag
}
...
@@ -59,5 +58,5 @@ This function writes the RGB or greyscale data in \var{data} to image
...
@@ -59,5 +58,5 @@ This function writes the RGB or greyscale data in \var{data} to image
file
\var
{
file
}
.
\var
{
x
}
and
\var
{
y
}
give the size of the image,
file
\var
{
file
}
.
\var
{
x
}
and
\var
{
y
}
give the size of the image,
\var
{
z
}
is 1 for 1 byte greyscale images or 3 for RGB images (which are
\var
{
z
}
is 1 for 1 byte greyscale images or 3 for RGB images (which are
stored as 4 byte values of which only the lower three bytes are used).
stored as 4 byte values of which only the lower three bytes are used).
These are the formats returned by
\
code
{
gl.lrectread
}
.
These are the formats returned by
\
function
{
gl.lrectread()
}
.
\end{funcdesc}
\end{funcdesc}
Doc/libimgfile.tex
Dosyayı görüntüle @
a38a2867
...
@@ -42,9 +42,8 @@ after scaling. The filter forms supported are \code{'impulse'},
...
@@ -42,9 +42,8 @@ after scaling. The filter forms supported are \code{'impulse'},
\code
{
'gaussian'
}
. If a filter is specified
\var
{
blur
}
is an optional
\code
{
'gaussian'
}
. If a filter is specified
\var
{
blur
}
is an optional
parameter specifying the blurriness of the filter. It defaults to
\code
{
1.0
}
.
parameter specifying the blurriness of the filter. It defaults to
\code
{
1.0
}
.
\code
{
readscaled
}
makes no
\function
{
readscaled()
}
makes no attempt to keep the aspect ratio
attempt to keep the aspect ratio correct, so that is the users'
correct, so that is the users' responsibility.
responsibility.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
ttob
}{
flag
}
\begin{funcdesc}
{
ttob
}{
flag
}
...
@@ -59,5 +58,5 @@ This function writes the RGB or greyscale data in \var{data} to image
...
@@ -59,5 +58,5 @@ This function writes the RGB or greyscale data in \var{data} to image
file
\var
{
file
}
.
\var
{
x
}
and
\var
{
y
}
give the size of the image,
file
\var
{
file
}
.
\var
{
x
}
and
\var
{
y
}
give the size of the image,
\var
{
z
}
is 1 for 1 byte greyscale images or 3 for RGB images (which are
\var
{
z
}
is 1 for 1 byte greyscale images or 3 for RGB images (which are
stored as 4 byte values of which only the lower three bytes are used).
stored as 4 byte values of which only the lower three bytes are used).
These are the formats returned by
\
code
{
gl.lrectread
}
.
These are the formats returned by
\
function
{
gl.lrectread()
}
.
\end{funcdesc}
\end{funcdesc}
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