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 flip filter implementation to core #920

Merged
merged 2 commits into from
May 2, 2017

Conversation

robfrawley
Copy link
Collaborator

Q A
Branch? 1.0
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #918
License MIT
Doc PR #920

This pull request adds a simple filter implementation to allow for image flipping (both along the x and y axis). Included are tests and documentation, as well as some general cleanup of the README.md file.

The included OptionsResolver abstraction was introduced to aid in the API differences between Symfony =2.3 and >=2.7. My long-term intention is to move other filter loader implementations to using the options resolver as well; once this has been done, this abstraction can be removed in the 2.x branch where it is no longer required without affecting the method calls within filters.

@lsmith77 lsmith77 added the State: Reviewing This item is being reviewed to determine if it should be accepted. label Apr 30, 2017
@robfrawley robfrawley self-assigned this Apr 30, 2017
@robfrawley robfrawley added Type: Documentation This item pertains to documentation of this project. Level: New Feature 🆕 This item involves the introduction of new functionality. and removed State: Reviewing This item is being reviewed to determine if it should be accepted. labels Apr 30, 2017
@cedricziel cedricziel merged commit 09dc0e1 into liip:1.0 May 2, 2017
@cedricziel
Copy link
Collaborator

Thx for taking the time to implement this! :)

@robfrawley robfrawley added this to the 1.8.0 milestone May 8, 2017
@robfrawley robfrawley changed the title Add Flip Filter Add flip filter implementation to core May 8, 2017
@robfrawley robfrawley mentioned this pull request May 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Level: New Feature 🆕 This item involves the introduction of new functionality. Type: Documentation This item pertains to documentation of this project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants