mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Converted images to WebP
This commit is contained in:
parent
96fa1f5dbf
commit
cf6ec5e065
Binary file not shown.
Before Width: | Height: | Size: 75 KiB |
BIN
docs/handbook/hopper_ps.webp
Normal file
BIN
docs/handbook/hopper_ps.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.5 KiB |
BIN
docs/handbook/transformed_hopper.webp
Normal file
BIN
docs/handbook/transformed_hopper.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.0 KiB |
|
@ -415,7 +415,7 @@ Applying point transforms
|
|||
# multiply each pixel by 20
|
||||
out = im.point(lambda i: i * 20)
|
||||
|
||||
.. image:: transformed_hopper.jpg
|
||||
.. image:: transformed_hopper.webp
|
||||
:align: center
|
||||
|
||||
Using the above technique, you can quickly apply any simple expression to an
|
||||
|
@ -618,7 +618,7 @@ Drawing PostScript
|
|||
ps.end_document()
|
||||
ps_file.close()
|
||||
|
||||
.. image:: hopper_ps.png
|
||||
.. image:: hopper_ps.webp
|
||||
|
||||
.. note::
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user