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

Add joinChannel and toColourspace commands #513

Merged
merged 13 commits into from
Aug 17, 2016
Merged

Add joinChannel and toColourspace commands #513

merged 13 commits into from
Aug 17, 2016

Commits on Jul 17, 2016

  1. Add feature toColourspace / toColorspace to write output in desired c…

    …olorspace
    
    Add feature joinChannels to add additional image channels to the input image
    Matt Hirsch committed Jul 17, 2016
    Configuration menu
    Copy the full SHA
    539f7f3 View commit details
    Browse the repository at this point in the history
  2. cleanup a few details

    Matt Hirsch committed Jul 17, 2016
    Configuration menu
    Copy the full SHA
    70a6985 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2016

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

Commits on Jul 19, 2016

  1. Add ability to read raw buffers in joinChannel

    Matt Hirsch committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    6d1d1b3 View commit details
    Browse the repository at this point in the history
  2. outputMode -> colourspace (variable name change)

    use BluebirdPromise instead of Promise to support old versions of node
    Matt Hirsch committed Jul 19, 2016
    Configuration menu
    Copy the full SHA
    68d6fa2 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2016

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

Commits on Jul 22, 2016

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

Commits on Aug 8, 2016

  1. Configuration menu
    Copy the full SHA
    bb18328 View commit details
    Browse the repository at this point in the history
  2. Add a test of invalid input for toColourspace

    Matt Hirsch committed Aug 8, 2016
    Configuration menu
    Copy the full SHA
    856c7d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2016

  1. Merge branch 'master' of github.com:lovell/sharp into joinChannel_and…

    …_toColourspace
    Matt Hirsch committed Aug 14, 2016
    Configuration menu
    Copy the full SHA
    c9849cf View commit details
    Browse the repository at this point in the history
  2. fix bandbool unit test to create 1-channel image now that toColourspa…

    …ce is available
    Matt Hirsch committed Aug 14, 2016
    Configuration menu
    Copy the full SHA
    b38bc03 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. Configuration menu
    Copy the full SHA
    816204b View commit details
    Browse the repository at this point in the history
  2. only set the image interpretation once in joinChannel

    Matt Hirsch committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    6f79a99 View commit details
    Browse the repository at this point in the history