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

Resolve 11 - CLI #13

Merged
merged 25 commits into from
Apr 25, 2021
Merged

Resolve 11 - CLI #13

merged 25 commits into from
Apr 25, 2021

Commits on Mar 15, 2021

  1. test

    Wabri committed Mar 15, 2021
    Configuration menu
    Copy the full SHA
    35080b7 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Add quantize-palette.py: dinamically upload palette set

    Create main method to dinamically upload palettes
    Gabriele Puliti authored and Wabri committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    ea7365d View commit details
    Browse the repository at this point in the history
  2. Update quantize-palette.py: define colors and image arguments

    now is possible to give the colors name and image path
    Wabri committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    29b4862 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bad1d15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ba880c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ed4fef5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1ef347 View commit details
    Browse the repository at this point in the history
  7. Update cli: revision docstring

    Wabri committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    496b8de View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4f3654 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f455df6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    489e4ac View commit details
    Browse the repository at this point in the history
  11. Update cli.py: blur done

    Wabri committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    575bf07 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d7640cc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    90d2732 View commit details
    Browse the repository at this point in the history
  14. Refactor utility: change name of artist

    Gabriele Puliti authored and Wabri committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    597fdb0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    36b8786 View commit details
    Browse the repository at this point in the history
  16. Refactoring cli: use an alias for utility module

    Wabri authored and Wabri committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    921c94c View commit details
    Browse the repository at this point in the history
  17. Add quantize: create replace colors

    Wabri authored and Wabri committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    c733af1 View commit details
    Browse the repository at this point in the history
  18. Update cli.py: try to make work replace_color

    Wabri authored and Wabri committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    5b297e2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c482292 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    eb3ff0f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

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

Commits on Apr 24, 2021

  1. Update cli.py with refactoring + improvements

    * refactoring cli.py
    * remove useless cycles
    * add default palette when no palettes are given
    * remove whitespace on nord palette set
    
    TODO: resolve whitespace problems on colorset, this may need a new
    version of ign core library => see https://github.com/Schrodinger-Hat/ImageGoNord-pip
    Wabri committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    cad7e99 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Update cli.py with more controll over the palette given

    * in order to prevent wrong palette selection the flag PALETTE_CHANGED
      is update only when a new color_set is add
    * remove utility scripts
    
    Close #13
    Wabri committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    9f5abab View commit details
    Browse the repository at this point in the history
  2. Remove test.txt

    Test file is no longer needed
    Wabri committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    697abae View commit details
    Browse the repository at this point in the history