-
Notifications
You must be signed in to change notification settings - Fork 618
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
Buffer based on canvas #1718
Open
HeroicKatora
wants to merge
14
commits into
image-rs:main
Choose a base branch
from
HeroicKatora:buffer-based-on-canvas
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Buffer based on canvas #1718
Commits on May 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1903b76 - Browse repository at this point
Copy the full SHA 1903b76View commit details -
Configuration menu - View commit details
-
Copy full SHA for d55a451 - Browse repository at this point
Copy the full SHA d55a451View commit details
Commits on May 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 18bac68 - Browse repository at this point
Copy the full SHA 18bac68View commit details
Commits on May 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for dc6b818 - Browse repository at this point
Copy the full SHA dc6b818View commit details
Commits on Jun 9, 2022
-
Still faulty because its color type is currently sRGB, which decodes to a single channel that is reinterpreted as (r,0,0,a) and then converted to ~21% of the original value by multiplying with 0.2126...
Configuration menu - View commit details
-
Copy full SHA for 11b9b54 - Browse repository at this point
Copy the full SHA 11b9b54View commit details
Commits on Jun 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for bb0b60e - Browse repository at this point
Copy the full SHA bb0b60eView commit details
Commits on Nov 2, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d764076 - Browse repository at this point
Copy the full SHA d764076View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7def82b - Browse repository at this point
Copy the full SHA 7def82bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 11aabfc - Browse repository at this point
Copy the full SHA 11aabfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bef917 - Browse repository at this point
Copy the full SHA 1bef917View commit details -
Configuration menu - View commit details
-
Copy full SHA for c69c1d0 - Browse repository at this point
Copy the full SHA c69c1d0View commit details
Commits on Nov 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 811898c - Browse repository at this point
Copy the full SHA 811898cView commit details -
Make Canvas::to_buffer conversion fallible
This acknowledges, in a forward compatible manner, that additional layouts may be added later that can not be converted to `sRGB` colors and for which these conversions must therefore error.
Configuration menu - View commit details
-
Copy full SHA for 2379f7e - Browse repository at this point
Copy the full SHA 2379f7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdc6626 - Browse repository at this point
Copy the full SHA bdc6626View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.