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 Jimp image operations #506

Merged
merged 28 commits into from
Mar 11, 2019
Merged

Add Jimp image operations #506

merged 28 commits into from
Mar 11, 2019

Commits on Feb 19, 2019

  1. Add rotate image operation

    j433866 committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    91f4681 View commit details
    Browse the repository at this point in the history
  2. Add Scale Image operation

    j433866 committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    57e1061 View commit details
    Browse the repository at this point in the history
  3. Fix degrees error

    j433866 committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    eb8725a View commit details
    Browse the repository at this point in the history
  4. Add resize image operation

    j433866 committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    1a2c5a9 View commit details
    Browse the repository at this point in the history
  5. Remove scale image operation.

    (Same functionality is implemented in Resize Image)
    j433866 committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    01acefe View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Add dither image operation

    j433866 committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    b691c30 View commit details
    Browse the repository at this point in the history
  2. Add Invert Image operation

    j433866 committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    74c2a2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a0b94bb View commit details
    Browse the repository at this point in the history
  4. Add new Blur Image operation.

    Performs both fast blur and gaussian blur
    j433866 committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    0dd4304 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd160e8 View commit details
    Browse the repository at this point in the history
  6. Add flip image operation

    j433866 committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    da838e2 View commit details
    Browse the repository at this point in the history
  7. Remove trailing space

    j433866 committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    9f4aa0a View commit details
    Browse the repository at this point in the history
  8. Add resize algorithm option

    j433866 committed Feb 20, 2019
    Configuration menu
    Copy the full SHA
    0d86a7e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Configuration menu
    Copy the full SHA
    7975fad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b6062a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d09e608 View commit details
    Browse the repository at this point in the history
  4. Add Wikipedia URLs

    j433866 committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    f281a32 View commit details
    Browse the repository at this point in the history
  5. Fix code syntax

    j433866 committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    588a8b2 View commit details
    Browse the repository at this point in the history
  6. Add Crop Image operation

    j433866 committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    4f1a897 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    737ce99 View commit details
    Browse the repository at this point in the history
  8. Add image opacity operation

    j433866 committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    ec1fd7b View commit details
    Browse the repository at this point in the history
  9. Add image filter operation

    j433866 committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    514eef5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Fix linting

    j433866 committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    370ae32 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Add resizing status message

    j433866 committed Mar 6, 2019
    Configuration menu
    Copy the full SHA
    662922b View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Configuration menu
    Copy the full SHA
    833c1cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a7ea46 View commit details
    Browse the repository at this point in the history
  3. Add error handling

    j433866 committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    1031429 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    j433866 committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    0c9db5a View commit details
    Browse the repository at this point in the history