-
Notifications
You must be signed in to change notification settings - Fork 406
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
I added a few filters #25
base: master
Are you sure you want to change the base?
Conversation
hexapode
commented
Dec 30, 2014
- Color
- Color Adjust
- Exposure
- Gamma
- GammaRGB (simillar to SVG Gamma implementation)
- Hue
- Softcontrast
- Color invert
- mirror
- sobel
…, hsv, invertcolor, mirror and sobel filters
+1 |
@evanw This would be a great addition! What is the status of this PR? |
I love this too, awesome! Curious if there's a good place to look in here for how filters are added, and how I (or someone who knows WebGL better) might go about adapting a barrel distortion (lens distortion) filter from another implementation into |
+1 |
Great work! 👍 However, I would remove the I am having trouble getting this to work, my canvas is simply black. |
Remove debug statment
Nice catch. |
Cool! I've pulled your changes in and updated the repo to include the newer fix to get it working again. 👍 Any users that want a working build of this without going through this trouble can get it here:
|
@@ -0,0 +1,44 @@ | |||
/** | |||
* @filter GammaRGB | |||
* @description Full controll of image Gamma similar to SVG feComponentTransferElement Gamma implementation |
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.
I've notice a minor typo :b controll
-> control