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-js/fast-png
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: image-js/fast-png
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 16 commits
  • 20 files changed
  • 1 contributor

Commits on Jun 12, 2016

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

Commits on Nov 25, 2016

  1. Configuration menu
    Copy the full SHA
    fddf86b View commit details
    Browse the repository at this point in the history
  2. add yarn lock file

    targos committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    c0e97ef View commit details
    Browse the repository at this point in the history
  3. refactor decode API

    BREAKING CHANGE
    
    The decoder is now hidden behind a public `decode` method.
    targos committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    3d83850 View commit details
    Browse the repository at this point in the history
  4. feat: add support for decoding pHYs chunk

    Closes: #5
    targos committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    800d428 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2017

  1. Configuration menu
    Copy the full SHA
    2030cd9 View commit details
    Browse the repository at this point in the history
  2. update README

    targos committed Jul 8, 2017
    Configuration menu
    Copy the full SHA
    1a21fb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. feat: implement PNG encoder

    Supports RGBA, RGB, GREY, GREYA with bit depths of 8 and 16.
    targos committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    00d1e3c View commit details
    Browse the repository at this point in the history
  2. add CRC calculation and fix 16-bit encoding

    BREAKING CHANGE:
    To be consistent with the encoder, the data array returned by the decoder
    is now a Uint16Array for 16-bit images.
    targos committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    d11fa54 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fd727b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62dcb52 View commit details
    Browse the repository at this point in the history
  5. feat: add a checkCrc option to the decoder

    Closes #7
    targos committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    d920bc0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f74ee7 View commit details
    Browse the repository at this point in the history
  7. doc: update doc [ci skip]

    targos committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    f2a51a2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de78cd4 View commit details
    Browse the repository at this point in the history
  9. 2.0.0

    targos committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    323baea View commit details
    Browse the repository at this point in the history
Loading