Converted images to WebP

This commit is contained in:
Andrew Murray 2024-07-24 06:44:06 +10:00
parent 96fa1f5dbf
commit cf6ec5e065
5 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -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::