-
Notifications
You must be signed in to change notification settings - Fork 482
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
base: master
Are you sure you want to change the base?
Conversation
|
||
t6.filter = SampleFilters.getNightWhisperFilter(); | ||
ThumbnailsManager.addThumb(t6); | ||
ThumbnailItem originalImage = new ThumbnailItem(); |
There was a problem hiding this comment.
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; | |||
} | |||
|
There was a problem hiding this comment.
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.
The new filters are,
|
I have recreated filters like in Instagram in SampleFilters.java