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 more image operations #515

Merged
merged 22 commits into from
Jul 3, 2019
Merged

Add more image operations #515

merged 22 commits into from
Jul 3, 2019

Commits on Mar 7, 2019

  1. Move parsing and generation of QR codes to lib folder.

    Also rewrote QR code parsing to be more readable and actually error out properly.
    j433866 committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    21a8d03 View commit details
    Browse the repository at this point in the history
  2. Add image format pattern.

    ("borrowed" from RenderImage)
    j433866 committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    11451ac View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

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

Commits on Mar 12, 2019

  1. Add sharpen image operation

    j433866 committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    dfbc1be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e95b707 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Bring up to date with master

    j433866 committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    3081952 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb7487c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fafa39 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Add opaque background option

    j433866 committed Mar 18, 2019
    Configuration menu
    Copy the full SHA
    8e74acb View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2019

  1. Add 'add text to image' operation.

    Included variants of the Roboto fonts as bitmap fonts for jimp.
    Changed webpack config to import the font files.
    j433866 committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    ce72acd View commit details
    Browse the repository at this point in the history
  2. Add new implementation of gaussian blur.

    Changed SharpenImage to use the new algorithm.
    j433866 committed Mar 19, 2019
    Configuration menu
    Copy the full SHA
    2cd3e9c View commit details
    Browse the repository at this point in the history
  3. Change title to title case

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

Commits on Mar 20, 2019

  1. Fix bug where GIF input would error on output.

    Also minor corrections to jsdocs in ImageManipulation
    j433866 committed Mar 20, 2019
    Configuration menu
    Copy the full SHA
    6a01e40 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Change to use Promise.all

    j433866 committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    c2496fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e44a22e View commit details
    Browse the repository at this point in the history
  3. Merge with qr-improvements.

    Change QR code ops to use ArrayBuffer.
    Add new function to Utils to convert a string to arraybuffer.
    j433866 committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    c97e77c View commit details
    Browse the repository at this point in the history
  4. Fix invalid file type error

    j433866 committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    99bef09 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2019

  1. Improve printing text to improve output quality.

    Now resizes the text instead of the image
    j433866 committed Jun 20, 2019
    Configuration menu
    Copy the full SHA
    0bcf57e View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2019

  1. Bring up to date with master

    j433866 committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    f473807 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be08a62 View commit details
    Browse the repository at this point in the history
  3. Remove duplicate function.

    Fix reading QR codes with transparent backgrounds
    j433866 committed Jul 2, 2019
    Configuration menu
    Copy the full SHA
    1135ca5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2019

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