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

TypeError: gm.compare is not a function #617

Open
wants to merge 90 commits into
base: issue-448
Choose a base branch
from
Open

Commits on Sep 18, 2015

  1. Configuration menu
    Copy the full SHA
    abc1f87 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #450 from ryanwholey/master

    Changed word 'reformated' to read 'reformatted'
    rwky committed Sep 18, 2015
    Configuration menu
    Copy the full SHA
    d113cc2 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2015

  1. 1.20.0

    rwky committed Sep 23, 2015
    Configuration menu
    Copy the full SHA
    de8b57d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c7dd39 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2015

  1. 1 Configuration menu
    Copy the full SHA
    5f5c774 View commit details
    Browse the repository at this point in the history
  2. Fixed #465 hard coded gm binary, also fixed issues with compare and f…

    …ixed tests so they will fail on subsequent runs when they should do
    rwky committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    4ad863b View commit details
    Browse the repository at this point in the history
  3. v1.21.1

    rwky committed Oct 26, 2015
    Configuration menu
    Copy the full SHA
    d8e8d84 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2015

  1. Fix typo

    rodrigoalviani committed Dec 1, 2015
    Configuration menu
    Copy the full SHA
    d7c84e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2016

  1. Add dispose support

    yuta25 committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    a797086 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. Fixing error handling if gm is not installed.

    aeo3 committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    18492cc View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2016

  1. Support multiple value while identify image.

    When metadata has multiple value like keywords parser(./lib/getters.js)
    just take the last because parser override the previous value.
    Instead of override this commit cast it to array.
    emaniacs committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    6cd305d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #475 from rodrigoalviani/fix-typo

    Fix typo
    aheckmann committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    8c8fe2c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #499 from aeo3/master

    Fixing error handling if gm is not installed.
    aheckmann committed Mar 16, 2016
    Configuration menu
    Copy the full SHA
    8f6d8b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

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

Commits on Apr 7, 2016

  1. Merge pull request #509 from emaniacs/master

    Support multiple value while identify image.
    aheckmann committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    552a83d View commit details
    Browse the repository at this point in the history
  2. Fix typo

    DanielHudson authored and aheckmann committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    446fc09 View commit details
    Browse the repository at this point in the history
  3. release 1.22.0

    aheckmann committed Apr 7, 2016
    Configuration menu
    Copy the full SHA
    c1bef9d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

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

Commits on May 30, 2016

  1. Fix a link in README.md

    clbn committed May 30, 2016
    Configuration menu
    Copy the full SHA
    2dbb38a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2016

  1. Use cross-spawn to spawn processes

    This provides better cross-platform support
    bdukes committed Jun 7, 2016
    Configuration menu
    Copy the full SHA
    c692f56 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2016

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

Commits on Jun 27, 2016

  1. works with webpack

    Trying to read (__dirname + '/package.json') file at run-time won't work with
    webpack. Using require('./package.json') instead allows webpack to include
    package.json's source into the bundle.
    sean shirazi committed Jun 27, 2016
    Configuration menu
    Copy the full SHA
    4ee9ddb View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2016

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

Commits on Aug 1, 2016

  1. Merge pull request #544 from wahengchang/master

    loading image from URL
    aheckmann authored Aug 1, 2016
    Configuration menu
    Copy the full SHA
    57742a7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #551 from amilajack/patch-1

    Added travis ci support for modern node versions
    aheckmann authored Aug 1, 2016
    Configuration menu
    Copy the full SHA
    47208eb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #537 from bdukes/cross-spawn

    Use cross-spawn to spawn processes
    aheckmann authored Aug 1, 2016
    Configuration menu
    Copy the full SHA
    d173005 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #532 from clbn/patch-1

    Fix a link in README.md
    aheckmann authored Aug 1, 2016
    Configuration menu
    Copy the full SHA
    4b7e733 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #527 from Sebmaster/fix/thumbnail-option

    Make thumbnail accept the same options as resize
    aheckmann authored Aug 1, 2016
    Configuration menu
    Copy the full SHA
    13b4226 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #487 from dlwr/dispose-support

    Add dispose support
    aheckmann authored Aug 1, 2016
    Configuration menu
    Copy the full SHA
    f70800b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #547 from sean-shirazi/webpack-fix

    works with webpack
    aheckmann authored Aug 1, 2016
    Configuration menu
    Copy the full SHA
    f33021e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2016

  1. release 1.23.0

    aheckmann committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    d650da6 View commit details
    Browse the repository at this point in the history
  2. tests; remove global leaks

    aheckmann committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    74473c2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #563 from aheckmann/globals

    tests; remove global leaks
    aheckmann authored Aug 3, 2016
    Configuration menu
    Copy the full SHA
    c6a6c5a View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Configuration menu
    Copy the full SHA
    46ceadd View commit details
    Browse the repository at this point in the history
  2. Update package.json

    danez authored Sep 28, 2017
    Configuration menu
    Copy the full SHA
    442d081 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. Add install graphicsmagick with WebP to README

    Now GM can support WebP too.
    PatrykMiszczak authored Nov 9, 2017
    Configuration menu
    Copy the full SHA
    42d96f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2017

  1. get tests passing on OSX

    aheckmann committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    2507d59 View commit details
    Browse the repository at this point in the history
  2. add nsp checks

    aheckmann committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    e8cfed6 View commit details
    Browse the repository at this point in the history
  3. release 1.23.1

    aheckmann committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    0286f47 View commit details
    Browse the repository at this point in the history
  4. fix tests

    aheckmann committed Dec 28, 2017
    1 Configuration menu
    Copy the full SHA
    42c7edf View commit details
    Browse the repository at this point in the history
  5. travis; add node 8 testing

    aheckmann committed Dec 28, 2017
    Configuration menu
    Copy the full SHA
    b4db5a1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #698 from aheckmann/fix_tests

    fix tests
    aheckmann authored Dec 28, 2017
    Configuration menu
    Copy the full SHA
    e715cbd View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2019

  1. Update compare.js

    LongTengDao authored Aug 15, 2019
    Configuration menu
    Copy the full SHA
    4507a02 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. Fix README typo

    aarongarciah authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    61de936 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    bcca22e View commit details
    Browse the repository at this point in the history
  2. attribute bug 820

    agokhale committed Feb 24, 2021
    Configuration menu
    Copy the full SHA
    6130882 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

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

Commits on Jun 12, 2021

  1. Fix docs links

    delesseps committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    2f3df66 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Merge pull request #689 from PatrykMiszczak/patch-1

    Add install graphicsmagick with WebP to README
    aheckmann authored Sep 11, 2022
    Configuration menu
    Copy the full SHA
    0aa8773 View commit details
    Browse the repository at this point in the history
  2. bump nsp

    aheckmann committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    f3e0408 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea4ab86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f404ee7 View commit details
    Browse the repository at this point in the history
  5. replace nsp w npm audit

    aheckmann committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    309e334 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. remove old test

    aheckmann committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    7ee6276 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #834 from delesseps/fix-doc-links

    Fix broken links in README
    aheckmann authored Sep 18, 2022
    Configuration menu
    Copy the full SHA
    a3f4bd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ee2a46 View commit details
    Browse the repository at this point in the history
  4. create workflow

    aheckmann authored Sep 18, 2022
    Configuration menu
    Copy the full SHA
    2ff6ddb View commit details
    Browse the repository at this point in the history
  5. Update node.js.yml

    aheckmann authored Sep 18, 2022
    Configuration menu
    Copy the full SHA
    d04a7ab View commit details
    Browse the repository at this point in the history
  6. Merge pull request #843 from aheckmann/aheckmann-patch-1

    create workflow
    aheckmann authored Sep 18, 2022
    Configuration menu
    Copy the full SHA
    ef56f71 View commit details
    Browse the repository at this point in the history
  7. remove travis

    aheckmann committed Sep 18, 2022
    Configuration menu
    Copy the full SHA
    2619719 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Merge pull request #788 from LongTengDao-fork-A/master

    Clear up the ruins
    aheckmann authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    fab538b View commit details
    Browse the repository at this point in the history
  2. add temp test for 429

    aheckmann committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    d01aa6f View commit details
    Browse the repository at this point in the history
  3. added format inference from the filename

    added format inference from the filename for input buffers or streams
    Fixes #429
    freund17 authored and aheckmann committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    a7f20dc View commit details
    Browse the repository at this point in the history
  4. finish fix for #429

    aheckmann committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    c63473a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f1f17f View commit details
    Browse the repository at this point in the history
  6. add test for 714

    aheckmann committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    d0c39ab View commit details
    Browse the repository at this point in the history
  7. stip removes the the colorprofile which results in wrong colors for i…

    …mages with AdobeRGB profile
    reco authored and aheckmann committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    8e0f0cb View commit details
    Browse the repository at this point in the history
  8. do not strip during autoOrient

    aheckmann committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    41a2cb9 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #844 from aheckmann/714

    714
    aheckmann authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    cd379aa View commit details
    Browse the repository at this point in the history
  10. 1.24.0

    aheckmann committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    23ab2c1 View commit details
    Browse the repository at this point in the history
  11. clean up a bit

    aheckmann committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    ed041fe View commit details
    Browse the repository at this point in the history
  12. docs

    aheckmann committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    1ebb09c View commit details
    Browse the repository at this point in the history
  13. Merge pull request #821 from agokhale/pdf-noncompliant

    Pdf noncompliant
    aheckmann authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    1808616 View commit details
    Browse the repository at this point in the history
  14. docs

    aheckmann committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    ef6d183 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #801 from aarongarciah/patch-1

    Fix README typo
    aheckmann authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    c44d80e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Revert "Merge pull request #821 from agokhale/pdf-noncompliant"

    This reverts commit 1808616, reversing
    changes made to 1ebb09c.
    
    Tests were flakey.
    aheckmann committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    16385dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be71cef View commit details
    Browse the repository at this point in the history
  3. Squashed commit of the following:

    commit f7cc292
    Author: Piotr Konieczny <[email protected]>
    Date:   Wed Jan 23 13:42:13 2019 +0100
    
        Updating README
    
    commit b740a6c
    Author: Piotr Konieczny <[email protected]>
    Date:   Wed Jan 23 13:37:35 2019 +0100
    
        Fix ImageMagick 7+
    
    Co-authored-by: Piotr Konieczny <[email protected]>
    aheckmann and piotr-cz committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    3a1f67a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9879a12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8ff6d7 View commit details
    Browse the repository at this point in the history
  6. debug compare

    aheckmann committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e47ca8e View commit details
    Browse the repository at this point in the history
  7. docs

    aheckmann committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    9c7cac3 View commit details
    Browse the repository at this point in the history
  8. tests; windows support

    aheckmann committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    e4f2ff7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ad6097f View commit details
    Browse the repository at this point in the history
  10. tests; increase output

    aheckmann committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    7c5a260 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    01e4217 View commit details
    Browse the repository at this point in the history
  12. tests; windows support

    aheckmann committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    d282ef7 View commit details
    Browse the repository at this point in the history
  13. docs

    #821
    
    Co-authored-by: ash <[email protected]>
    aheckmann and agokhale committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    bf11965 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #846 from aheckmann/windows

    Windows
    aheckmann authored Sep 21, 2022
    Configuration menu
    Copy the full SHA
    b2ca6ca View commit details
    Browse the repository at this point in the history
  15. release 1.25.0

    aheckmann committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    6ad6cce View commit details
    Browse the repository at this point in the history