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

Buffer based on canvas #1718

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on May 24, 2022

  1. Configuration menu
    Copy the full SHA
    1903b76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d55a451 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    18bac68 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Configuration menu
    Copy the full SHA
    dc6b818 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Update canvas to decode L1

    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...
    HeroicKatora committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    11b9b54 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Configuration menu
    Copy the full SHA
    bb0b60e View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    d764076 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7def82b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11aabfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bef917 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c69c1d0 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    811898c View commit details
    Browse the repository at this point in the history
  2. 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.
    HeroicKatora committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    2379f7e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bdc6626 View commit details
    Browse the repository at this point in the history