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

chore(storage-image-processing-api): initial extension build #2

Merged
merged 62 commits into from
Jul 14, 2021

Commits on Jun 16, 2021

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

Commits on Jun 17, 2021

  1. -

    Salakar committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    948f80d View commit details
    Browse the repository at this point in the history
  2. -

    Salakar committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    bad3505 View commit details
    Browse the repository at this point in the history
  3. add support for trim

    Salakar committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    bba69df View commit details
    Browse the repository at this point in the history
  4. -

    Salakar committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    c4c51ec View commit details
    Browse the repository at this point in the history
  5. add support for rotate

    Salakar committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    3375abd View commit details
    Browse the repository at this point in the history
  6. add support for rotate

    Salakar committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    8617866 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. add support for text

    Salakar committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    6862d01 View commit details
    Browse the repository at this point in the history
  2. add support for composite

    Salakar committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    6d4fd0c View commit details
    Browse the repository at this point in the history
  3. file metadata should be refetched between each operation - since the …

    …image is mutated and the metadata will therefore change
    Salakar committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    5d0f9aa View commit details
    Browse the repository at this point in the history
  4. -

    Salakar committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    49a03cf View commit details
    Browse the repository at this point in the history
  5. add support for flip

    Salakar committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    e8e5a97 View commit details
    Browse the repository at this point in the history
  6. add support for flop

    Salakar committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    e186973 View commit details
    Browse the repository at this point in the history
  7. add support for sharpen

    Salakar committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    da6692e View commit details
    Browse the repository at this point in the history
  8. add support for median

    Salakar committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    11e4f50 View commit details
    Browse the repository at this point in the history
  9. add support for flatten

    Salakar committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    4301447 View commit details
    Browse the repository at this point in the history
  10. add support for gamma

    Salakar committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    dd71a93 View commit details
    Browse the repository at this point in the history
  11. add support for negate

    Salakar committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    f655109 View commit details
    Browse the repository at this point in the history
  12. add support for normalize

    Salakar committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    3b1bae4 View commit details
    Browse the repository at this point in the history
  13. Change argument separator to tilde (~).

    This allows us to use commas for list values, e.g. the arg value in `matrix:[[1,2,3,4,5],[1,2,3,4,5]]` could easily be extracted via a `JSON.parse(argValue)``
    Salakar committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    b2ba8d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2021

  1. add support for affine

    Salakar committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    a4bf393 View commit details
    Browse the repository at this point in the history
  2. add support for clahe

    Salakar committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    92a1747 View commit details
    Browse the repository at this point in the history
  3. add initial support for input & 'output' operations

    Includes support to create images without a base image, e.g., `http://localhost:3001/process/input~type:create~width:200~height:100/flatten~background:orange/text~value:Extensions/output~format:png`
    Salakar committed Jun 21, 2021
    Configuration menu
    Copy the full SHA
    4c41f91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a389185 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9d5418 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2021

  1. cleanup

    Salakar committed Jun 22, 2021
    Configuration menu
    Copy the full SHA
    497ab90 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. -

    Salakar committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    fc65f04 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. chore: add output operation options (#3)

    Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
    dackers86 and Salakar committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    c517068 View commit details
    Browse the repository at this point in the history
  2. add support for convolve (#4)

    Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
    dackers86 and Salakar committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    f19f86d View commit details
    Browse the repository at this point in the history
  3. add support for threshold (#5)

    Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
    dackers86 and Salakar committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    22c24e8 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2021

  1. -

    Salakar committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    ae3c2e6 View commit details
    Browse the repository at this point in the history
  2. add support for linear (#6)

    * Added linear operation
    
    * Apply suggestions from code review
    
    Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
    dackers86 and Salakar committed Jun 26, 2021
    Configuration menu
    Copy the full SHA
    66b9168 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2021

  1. -

    Salakar committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    faea7d1 View commit details
    Browse the repository at this point in the history
  2. Added jest testing (#12)

    Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
    dackers86 and Salakar committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    8cd8684 View commit details
    Browse the repository at this point in the history
  3. Added modulate operation (#8)

    Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
    dackers86 and Salakar committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    739d78f View commit details
    Browse the repository at this point in the history
  4. -

    Salakar committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    50bb065 View commit details
    Browse the repository at this point in the history
  5. Added grayscale operation (#11)

    Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
    dackers86 and Salakar committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    ecf474f View commit details
    Browse the repository at this point in the history
  6. -

    Salakar committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    c264cbf View commit details
    Browse the repository at this point in the history
  7. Add tint operation (#9)

    Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
    dackers86 and Salakar committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    a6bdaeb View commit details
    Browse the repository at this point in the history
  8. -

    Salakar committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    e280b49 View commit details
    Browse the repository at this point in the history
  9. fix ci

    Salakar committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    c282912 View commit details
    Browse the repository at this point in the history
  10. -

    Salakar committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    a12668c View commit details
    Browse the repository at this point in the history
  11. -

    Salakar committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    f328845 View commit details
    Browse the repository at this point in the history
  12. -

    Salakar committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    5910405 View commit details
    Browse the repository at this point in the history
  13. -

    Salakar committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    2653f7b View commit details
    Browse the repository at this point in the history
  14. add support for recomb (#7)

    Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
    dackers86 and Salakar committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    ae125ec View commit details
    Browse the repository at this point in the history
  15. Added tocolorspace operation (#10)

    Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
    dackers86 and Salakar committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    b5e4152 View commit details
    Browse the repository at this point in the history
  16. -

    Salakar committed Jul 8, 2021
    Configuration menu
    Copy the full SHA
    186d075 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

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

Commits on Jul 12, 2021

  1. -

    Salakar committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    6900240 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2021

  1. -

    Salakar committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    5e308da View commit details
    Browse the repository at this point in the history
  2. -

    Salakar committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    496ef86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a32586 View commit details
    Browse the repository at this point in the history
  4. -

    Salakar committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    f416bad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfafd4c View commit details
    Browse the repository at this point in the history
  6. -

    Salakar committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    004f0a8 View commit details
    Browse the repository at this point in the history
  7. -

    Salakar committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    d0c3f4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed37a81 View commit details
    Browse the repository at this point in the history
  9. -

    Salakar committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    998eb10 View commit details
    Browse the repository at this point in the history
  10. -

    Salakar committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    d6a042c View commit details
    Browse the repository at this point in the history
  11. -

    Salakar committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    84e7ff3 View commit details
    Browse the repository at this point in the history
  12. -

    Salakar committed Jul 13, 2021
    Configuration menu
    Copy the full SHA
    c1822af View commit details
    Browse the repository at this point in the history