Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tutorial images #8246

Merged
merged 12 commits into from
Jul 24, 2024
Merged

Add tutorial images #8246

merged 12 commits into from
Jul 24, 2024

Conversation

aclark4life
Copy link
Member

Fixes #7962.

Changes proposed in this pull request:

  • Add tutorial images

aclark4life and others added 2 commits July 18, 2024 18:33
Comment on lines 418 to 419
.. image:: transformed_hopper.jpg
:align: center
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from PIL import Image
im = Image.open("Tests/images/hopper.png")
out = im.point(lambda i: i * 1.2)
out.save("transformed_hopper.jpg")

gives me

transformed_hopper

Yours looks different?
transformed_hopper_pr

Copy link
Member

@hugovk hugovk Jul 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aclark4life I get the same as @radarhere, does this need fixing?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, fixed in 96fa1f5!

@radarhere
Copy link
Member

I've pushed commits to

@aclark4life
Copy link
Member Author

@radarhere Thanks for the fixes!

@aclark4life aclark4life requested a review from hugovk July 19, 2024 13:00
aclark4life and others added 2 commits July 19, 2024 09:00
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
@aclark4life
Copy link
Member Author

@hugovk OK to merge? 😇

@hugovk
Copy link
Member

hugovk commented Jul 24, 2024

Thank you!

@hugovk hugovk merged commit fddc902 into main Jul 24, 2024
7 checks passed
@hugovk hugovk deleted the tutorial-images branch July 24, 2024 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add small number of carefully curated screenshots to handbook tutorial
3 participants