@@ -14,107 +14,107 @@ inspired from [GPUImage](https://github.com/BradLarson/GPUImage) and [GPUImage f
14
14
15
15
## PROGRESS
16
16
17
- ### GPUImage
18
- - [x] GLProgram.js
19
- - [x] GPUImage.js
20
- - [x] GPUImageFramebuffer
21
- - [x] GPUImageFramebufferCache
22
-
23
- #### Sources
24
- - [x] GPUImageOutput
25
- - [x] GPUImageVideoCamera
26
- - [x] GPUImageStillCamera
27
- - [x] GPUImageMovie
28
- - [x] GPUImageMovieComposition
29
- - [x] GPUImageTextureInput
30
- - [x] GPUImageTexutreOutput
31
- - [x] GPUImageRawDataInput
32
- - [x] GPUImageRawDataOutput
33
- - [x] GPUImageUIElement
34
- - [x] GPUImageColorConversion
35
-
36
- #### Pipeline
37
- - [x] GPUImageFilterPipeline
38
-
39
17
#### Filters
40
- - [ Y ] GPUImageFilter
41
- - [x ] GPUImageFilterGroup
18
+ - [x ] GPUImageFilter
19
+ - [ ] GPUImageFilterGroup
42
20
- [ ] GPUImageTwoPassFilter
43
21
- [ ] GPUImageTwoPassTextureSamplingFilter
44
- - [ Y ] GPUImageTwoInputFilter
22
+ - [x ] GPUImageTwoInputFilter
45
23
- [ ] GPUImageThreeInputFilter
46
24
- [ ] GPUImageFourInputFilter
47
25
- [ ] GPUImageTwoInputCrossTextureSamplingFilter
48
- - [ Y ] GPUImage3x3TextureSamplingFilter
49
- - [x ] GPUImageBuffer
26
+ - [x ] GPUImage3x3TextureSamplingFilter
27
+ - [ ] GPUImageBuffer
50
28
51
- ##### Color processing
52
- - [ Y ] GPUImageBrightnessFilter
29
+ #### Color processing
30
+ - [x ] GPUImageBrightnessFilter
53
31
- [ ] GPUImageLevelsFilter
54
32
- [ ] GPUImageExposureFilter
55
- - [ Y ] GPUImageContrastFilter
56
- - [ Y ] GPUImageSaturationFilter
57
- - [ Y ] GPUImageGammaFilter
58
- - [ Y ] GPUImageColorMatrixFilter
59
- - [ Y ] GPUImageRGBFilter
33
+ - [x ] GPUImageContrastFilter
34
+ - [x ] GPUImageSaturationFilter
35
+ - [x ] GPUImageGammaFilter
36
+ - [x ] GPUImageColorMatrixFilter
37
+ - [x ] GPUImageRGBFilter
60
38
- [ ] GPUImageHSBFilter
61
39
- [ ] GPUImageHueFilter
62
- - [ Y] GPUImageColorInvertFilter
63
- - [ Y] GPUImageGrayscaleFilter
64
- - [ Y] GPUImageLuminanceThresholdFilter
65
-
66
- ##### Image processing
67
- - [ Y] GPUImage3x3ConvolutionFilter
68
- - [ Y] GPUImageLocalBinaryPatternFilter
69
- - [ Y] GPUImageColorLocalBinaryPatternFilter
70
- - [ Y] GPUImageSobelEdgeDetectionFilter
71
- - [ Y] GPUImageThresholdEdgeDetectionFilter
72
- - [ Y] GPUImageDirectionalSobelEdgeDetectionFilter
73
- - [ Y] GPUImageDirectionalNonMaximumSuppressionFilter
74
- - [ Y] GPUImageWeakPixelInclusionFilter
75
- - [ Y] GPUImageCannyEdgeDetectionFilter
76
-
77
- ##### Blends
78
- - [ Y] GPUImageSourceOverBlendFilter
79
- - [ Y] GPUImageColorBurnBlendFilter
80
- - [ Y] GPUImageColorDodgeBlendFilter
81
- - [ Y] GPUImageDarkenBlendFilter
82
- - [ Y] GPUImageDifferenceBlendFilter
83
- - [ Y] GPUImageDissolveBlendFilter
84
- - [ Y] GPUImageExclusionBlendFilter
85
- - [ Y] GPUImageHardLightBlendFilter
86
- - [ Y] GPUImageSoftLightBlendFilter
87
- - [ Y] GPUImageLightenBlendFilter
88
- - [ Y] GPUImageAddBlendFilter
89
- - [ Y] GPUImageSubstractBlendFilter
90
- - [ Y] GPUImageDivideBlendFilter
91
- - [ Y] GPUImageMultiplyBlendFilter
92
- - [ Y] GPUImageOverlayBlendFilter
93
- - [ Y] GPUImageScreenBlendFilter
94
- - [ Y] GPUImageChromaKeyBlendFilter
95
- - [ Y] GPUImageAlphaBlendFilter
96
- - [ Y] GPUImageNormalBlendFilter
97
- - [ Y] GPUImageColorBlendFilter
98
- - [ Y] GPUImageHueBlendFilter
99
- - [ Y] GPUImageSaturationBlendFilter
100
- - [ Y] GPUImageLuminosityBlendFilter
101
- - [ Y] GPUImageLinearBurnBlendFilter
102
- - [ Y] GPUImageMaskFilter
103
-
104
- ##### Effects
105
- - [ Y] GPUImagePixellateFilter
106
- - [ Y] GPUImagePolarPixellateFilter
107
- - [ Y] GPUImagePixellatePositionFilter
108
- - [ Y] GPUImagePolkaDotFilter
109
- - [ Y] GPUImageHalftoneFilter
110
- - [ Y] GPUImageCrosshatchFilter
111
- - [ Y] GPUImageSketchFilter
112
- - [ Y] GPUImageThresholdSketchFilter
113
- - [ Y] GPUImageEmbossFilter
114
- - [ Y] GPUImageToonFilter
115
- - [ Y] GPUImageVignetteFilter
116
-
117
- ##### Other
40
+ - [x] GPUImageColorInvertFilter
41
+ - [x] GPUImageGrayscaleFilter
42
+ - [x] GPUImageLuminanceThresholdFilter
43
+
44
+ #### Image processing
45
+ - [x] GPUImage3x3ConvolutionFilter
46
+ - [x] GPUImageLocalBinaryPatternFilter
47
+ - [x] GPUImageColorLocalBinaryPatternFilter
48
+ - [x] GPUImageSobelEdgeDetectionFilter
49
+ - [x] GPUImageThresholdEdgeDetectionFilter
50
+ - [x] GPUImageDirectionalSobelEdgeDetectionFilter
51
+ - [x] GPUImageDirectionalNonMaximumSuppressionFilter
52
+ - [x] GPUImageWeakPixelInclusionFilter
53
+ - [x] GPUImageCannyEdgeDetectionFilter
54
+
55
+ #### Blends
56
+ - [x] GPUImageSourceOverBlendFilter
57
+ - [x] GPUImageColorBurnBlendFilter
58
+ - [x] GPUImageColorDodgeBlendFilter
59
+ - [x] GPUImageDarkenBlendFilter
60
+ - [x] GPUImageDifferenceBlendFilter
61
+ - [x] GPUImageDissolveBlendFilter
62
+ - [x] GPUImageExclusionBlendFilter
63
+ - [x] GPUImageHardLightBlendFilter
64
+ - [x] GPUImageSoftLightBlendFilter
65
+ - [x] GPUImageLightenBlendFilter
66
+ - [x] GPUImageAddBlendFilter
67
+ - [x] GPUImageSubstractBlendFilter
68
+ - [x] GPUImageDivideBlendFilter
69
+ - [x] GPUImageMultiplyBlendFilter
70
+ - [x] GPUImageOverlayBlendFilter
71
+ - [x] GPUImageScreenBlendFilter
72
+ - [x] GPUImageChromaKeyBlendFilter
73
+ - [x] GPUImageAlphaBlendFilter
74
+ - [x] GPUImageNormalBlendFilter
75
+ - [x] GPUImageColorBlendFilter
76
+ - [x] GPUImageHueBlendFilter
77
+ - [x] GPUImageSaturationBlendFilter
78
+ - [x] GPUImageLuminosityBlendFilter
79
+ - [x] GPUImageLinearBurnBlendFilter
80
+ - [x] GPUImageMaskFilter
81
+
82
+ #### Effects
83
+ - [x] GPUImagePixellateFilter
84
+ - [x] GPUImagePolarPixellateFilter
85
+ - [x] GPUImagePixellatePositionFilter
86
+ - [x] GPUImagePolkaDotFilter
87
+ - [x] GPUImageHalftoneFilter
88
+ - [x] GPUImageCrosshatchFilter
89
+ - [x] GPUImageSketchFilter
90
+ - [x] GPUImageThresholdSketchFilter
91
+ - [x] GPUImageEmbossFilter
92
+ - [x] GPUImageToonFilter
93
+ - [x] GPUImageVignetteFilter
94
+
95
+ #### GPUImage
96
+ - [ ] GLProgram.js
97
+ - [ ] GPUImage.js
98
+ - [ ] GPUImageFramebuffer
99
+ - [ ] GPUImageFramebufferCache
100
+
101
+ #### Sources
102
+ - [ ] GPUImageOutput
103
+ - [ ] GPUImageVideoCamera
104
+ - [ ] GPUImageStillCamera
105
+ - [ ] GPUImageMovie
106
+ - [ ] GPUImageMovieComposition
107
+ - [ ] GPUImageTextureInput
108
+ - [ ] GPUImageTexutreOutput
109
+ - [ ] GPUImageRawDataInput
110
+ - [ ] GPUImageRawDataOutput
111
+ - [ ] GPUImageUIElement
112
+ - [ ] GPUImageColorConversion
113
+
114
+ #### Pipeline
115
+ - [ ] GPUImageFilterPipeline
116
+
117
+ #### Others
118
118
- [ ] GPUImageAdaptiveThresholdFilter
119
119
- [ ] GPUImageAmatorkaFilter
120
120
- [ ] GPUImageAverageColor
@@ -179,7 +179,7 @@ inspired from [GPUImage](https://github.com/BradLarson/GPUImage) and [GPUImage f
179
179
- [ ] GPUImageSepiaFilter
180
180
- [ ] GPUImageSharpenFilter
181
181
- [ ] GPUImageShiTomasiFeatureDetectionFilter
182
- - [ - ] GPUImageSingleComponentGaussianBlurFilter
182
+ - [ ] GPUImageSingleComponentGaussianBlurFilter
183
183
- [ ] GPUImageSkinToneFilter
184
184
- [ ] GPUImageSoftEleganceFilter
185
185
- [ ] GPUImageSolarizeFilter
0 commit comments