Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: image-rs/image
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.23.5
Choose a base ref
...
head repository: image-rs/image
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.23.6
Choose a head ref
  • 19 commits
  • 29 files changed
  • 4 contributors

Commits on Jun 10, 2020

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

Commits on Jun 14, 2020

  1. Configuration menu
    Copy the full SHA
    a48f057 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f462a0 View commit details
    Browse the repository at this point in the history
  3. Add an AnimationDecoder adaptor for APNG

    We do not yet handle all color types. This conveniently reminds us to
    make the transformation into a proper animated iterator a fallible one
    as adding limits later also influences this interface. In particular we
    must at least remember (read: allocate) one additional frame but
    potentially more. Furthermore the animation interface does yet allow the
    caller to allocate target buffers.
    HeroicKatora committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    ec7abff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43d1a94 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Make apng infallible to convert

    This fits the model of e.g. emulsion better: We can query in advance if
    the image is animated and can then decide to decode it as an animation
    but get the pure PNG fallback if we are oblivious to the animation
    capabilities just as if `png` itself did not support it. An ImageDecoder
    adapter can also be added as a rather pure extra.
    
    It's also cleaner to shift errors to actual decoding of images. We can
    delay allocation of buffers until that point. The exact buffer
    requirements could also depend on the dynamic information gained for the
    next image which would make it hard to query limits at construction time
    in any case.
    HeroicKatora committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    da78e55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46df994 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46685fe View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Merge pull request #1250 from HeroicKatora/apng-frames-iterator

    Add an AnimationDecoder adaptor for APNG
    HeroicKatora authored Jun 18, 2020
    Configuration menu
    Copy the full SHA
    9131ad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    504be00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ee92dc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1262 from VVatashi/master

    Fix loss of brightness in the JPEG encoder
    HeroicKatora authored Jun 18, 2020
    Configuration menu
    Copy the full SHA
    260f929 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    698f96e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6661e23 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1263 from sdroege/num-rational

    Update num-rational/num-complex dependency to 0.3
    HeroicKatora authored Jun 19, 2020
    Configuration menu
    Copy the full SHA
    b13da78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b05badd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    191ea13 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. Merge pull request #1264 from HeroicKatora/ffi-helpers

    Some helper and interop for FlatSamples
    HeroicKatora authored Jun 20, 2020
    Configuration menu
    Copy the full SHA
    0b21ce8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fb0d31 View commit details
    Browse the repository at this point in the history
Loading