-
-
Notifications
You must be signed in to change notification settings - Fork 123
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
Fix issue #58 : Add PNG to the mix #217
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this. It's a really good addition.
I think the terms "RGBA", "luminance" and "palette" are newly introduced to the lesson by this text. I think these could be removed for the list of PNG features and the value of this new text retained, but that's my subjective opinion. Otherwise, please will you define the terms, either here or in the glossary?
@@ -163,7 +163,7 @@ In this case, the `.tif` extension causes the image to be saved as a TIFF. | |||
> the dimensions we want the new image to have, `new_shape`. | |||
> | |||
> Image files on disk are normally stored as whole numbers for space efficiency, | |||
> but tranformations and other math operations often result in | |||
> but transformations and other math operations often result in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good spot!
…entific applications.
I simplified the explanation slightly, but chose to add a definition of a luminance channel, since #211 touches upon the important concept of single channel data(We also heard that at CarpentryCon) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @CaptainSifff! I've made a little suggestion - hopefully I've understood what is meant by luminance right.
Co-authored-by: bobturneruk <34244196+bobturneruk@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great, thanks @CaptainSifff and @bobturneruk!
Fix issue #58 : Add PNG to the mix
Hi all,
I've fixed a typo and added a section on PNG in order to improve issue #58