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

Implement crop processor #630

Merged
merged 4 commits into from
Mar 26, 2017
Merged

Implement crop processor #630

merged 4 commits into from
Mar 26, 2017

Conversation

onevcat
Copy link
Owner

@onevcat onevcat commented Mar 26, 2017

No description provided.

@codecov-io
Copy link

codecov-io commented Mar 26, 2017

Codecov Report

Merging #630 into master will increase coverage by 0.17%.
The diff coverage is 83.78%.

@@            Coverage Diff             @@
##           master     #630      +/-   ##
==========================================
+ Coverage   75.63%   75.81%   +0.17%     
==========================================
  Files          21       21              
  Lines        2266     2299      +33     
==========================================
+ Hits         1714     1743      +29     
- Misses        552      556       +4

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4e80b0f...bfd540b. Read the comment docs.

@onevcat onevcat merged commit c992185 into master Mar 26, 2017
@onevcat onevcat deleted the feature/crop-processor branch March 26, 2017 14:36
///
/// The target size will be automatically calculated with a reasonable behavior.
/// For example, when you have an image size of `CGSize(width: 100, height: 100)`,
/// and a target size of `CGSize(width: 100, height: 100)`, with a (0.0, 0.0) anchor (top-left),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we want to say:

a target size of CGSize(width: 20, height: 20)

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes you are definitely right! Thanks for pointing it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants