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 support for Transforms.Scale([w, h]) with specific width and height #133

Merged
merged 9 commits into from
Apr 6, 2017
Merged

Add support for Transforms.Scale([w, h]) with specific width and height #133

merged 9 commits into from
Apr 6, 2017

Commits on Mar 28, 2017

  1. Configuration menu
    Copy the full SHA
    e489f16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f66d080 View commit details
    Browse the repository at this point in the history
  3. Add support for Transforms.Scale([h, w]) with specific height and width

    if self.size is a int then scale the image with the shorter side,
    otherwise if self.size is a list then scale the image to self.size
    directly
    yanghuanflc committed Mar 28, 2017
    Configuration menu
    Copy the full SHA
    7e60249 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2017

  1. Add assert of size and doc for README

    Add assert of size and doc for README
    yanghuanflc committed Apr 4, 2017
    Configuration menu
    Copy the full SHA
    b6271c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0cb30e View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2017

  1. Fix linter problem

    Fix linter problem
    yanghuanflc committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    6309cae View commit details
    Browse the repository at this point in the history
  2. Add test for Scale

    Add test for Scale
    yanghuanflc committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    aa092b2 View commit details
    Browse the repository at this point in the history
  3. Add both tuple and list support for Scale.size

    Add both tuple and list support for Scale.size
    yanghuanflc committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    36fda0e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2017

  1. Add order of Scale.size in document and test case for list type of Sc…

    …ale.size
    
    Add order of Scale.size in document and test case for list type of
    Scale.size
    yanghuanflc committed Apr 6, 2017
    Configuration menu
    Copy the full SHA
    04935ed View commit details
    Browse the repository at this point in the history