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

Added Instagram-like filters. #45

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tizisdeepan
Copy link

I have recreated filters like in Instagram in SampleFilters.java


t6.filter = SampleFilters.getNightWhisperFilter();
ThumbnailsManager.addThumb(t6);
ThumbnailItem originalImage = new ThumbnailItem();
Copy link
Author

Choose a reason for hiding this comment

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

Had to redo the object instantiations in order to make the code better understanding. I have used the respective filter names for variables.

@@ -135,4 +139,200 @@ public static Filter getNightWhisperFilter() {
filter.addSubFilter(new ToneCurveSubFilter(rgbKnots, redKnots, greenKnots, blueKnots));
return filter;
}

Copy link
Author

Choose a reason for hiding this comment

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

These are the recreated Instagram filters.

@tizisdeepan
Copy link
Author

The new filters are,

  1. Default Filter
  2. Clarendon
  3. Sierra
  4. Mayfair
  5. AweStruckVibe
  6. Amazon
  7. Audrey
  8. Rise
  9. Mars
  10. April
  11. Haan
  12. OldMan
  13. Adele
  14. Cruz
  15. Metropolis

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.

None yet

2 participants