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
be110c17
Kaydet (Commit)
be110c17
authored
Mar 12, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Updates based on comments from /F.
üst
367ac80d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
6 deletions
+23
-6
libjpeg.tex
Doc/lib/libjpeg.tex
+23
-6
No files found.
Doc/lib/libjpeg.tex
Dosyayı görüntüle @
be110c17
...
@@ -7,12 +7,18 @@
...
@@ -7,12 +7,18 @@
The module
\module
{
jpeg
}
provides access to the jpeg compressor and
The module
\module
{
jpeg
}
provides access to the jpeg compressor and
decompressor written by the Independent JPEG Group
%
decompressor written by the Independent JPEG Group
\index
{
Independent JPEG Group
}
%
\index
{
Independent JPEG Group
}
(IJG). JPEG is a standard for
. JPEG is a (draft?)
compressing pictures; it is defined in ISO 10918. For details on JPEG
standard for compressing pictures. For details on JPEG or the
or the Independent JPEG Group software refer to the JPEG standard or
Independent JPEG Group software refer to the JPEG standard or the
the documentation provided with the software.
documentation provided with the software.
A portable interface to JPEG image files is available with the Python
Imaging Library (PIL) by Fredrik Lundh. Information on PIL is
available at
\url
{
http://www.pythonware.com/products/pil/
}
.
\index
{
Python Imaging Library
}
\index
{
PIL (the Python Imaging Library)
}
\index
{
Lundh, Fredrik
}
The
\module
{
jpeg
}
module defines an exception and some functions.
The
\module
{
jpeg
}
module defines an exception and some functions.
...
@@ -59,3 +65,14 @@ options are available:
...
@@ -59,3 +65,14 @@ options are available:
for low-quality images. This only affects decompression.
}
for low-quality images. This only affects decompression.
}
\end{tableii}
\end{tableii}
\end{funcdesc}
\end{funcdesc}
\begin{seealso}
\seetext
{
\emph
{
JPEG Still Image Data Compression Standard
}
, by
Pennebaker and Mitchell, is the canonical reference for the JPEG
image format.
}
\seetext
{
The ISO standard for JPEG is also published as ITU T.81.
This is available in PDF form at
\url
{
http://www.w3.org/Graphics/JPEG/itu-t81.pdf
}
.
}
\end{seealso}
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