Skip to content

Commit

Permalink
Converted images to WebP
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jul 23, 2024
1 parent 96fa1f5 commit cf6ec5e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file removed docs/handbook/hopper_ps.png
Binary file not shown.
Binary file added docs/handbook/hopper_ps.webp
Binary file not shown.
Binary file removed docs/handbook/transformed_hopper.jpg
Binary file not shown.
Binary file added docs/handbook/transformed_hopper.webp
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/handbook/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -618,7 +618,7 @@ Drawing PostScript
ps.end_document()
ps_file.close()

.. image:: hopper_ps.png
.. image:: hopper_ps.webp

.. note::

Expand Down

0 comments on commit cf6ec5e

Please sign in to comment.