File tree 12 files changed +24
-24
lines changed
app/src/main/java/cn/nekocode/camerafilter/filter
12 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016 nekocode
2
+ * Copyright 2016 winston
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
22
22
import cn .nekocode .camerafilter .R ;
23
23
24
24
/**
25
- * @author nekocode (nekocode.cn@gmail .com)
25
+ * @author winston (1054669137@qq .com)
26
26
*/
27
27
public class BlackAndWhiteFilter extends CameraFilter {
28
28
private int program ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016 nekocode
2
+ * Copyright 2016 winston
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
22
22
import cn .nekocode .camerafilter .R ;
23
23
24
24
/**
25
- * @author nekocode (nekocode.cn@gmail .com)
25
+ * @author winston (1054669137@qq .com)
26
26
*/
27
27
public class CartoonFilter extends CameraFilter {
28
28
private int program ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016 nekocode
2
+ * Copyright 2016 winston
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
22
22
import cn .nekocode .camerafilter .R ;
23
23
24
24
/**
25
- * @author nekocode (nekocode.cn@gmail .com)
25
+ * @author winston (1054669137@qq .com)
26
26
*/
27
27
public class CastingFilter extends CameraFilter {
28
28
private int program ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016 nekocode
2
+ * Copyright 2016 winston
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
22
22
import cn .nekocode .camerafilter .R ;
23
23
24
24
/**
25
- * @author nekocode (nekocode.cn@gmail .com)
25
+ * @author winston (1054669137@qq .com)
26
26
*/
27
27
public class GrayFilter extends CameraFilter {
28
28
private int program ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016 nekocode
2
+ * Copyright 2016 winston
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
22
22
import cn .nekocode .camerafilter .R ;
23
23
24
24
/**
25
- * @author nekocode (nekocode.cn@gmail .com)
25
+ * @author winston (1054669137@qq .com)
26
26
*/
27
27
public class HexagonMosaicFilter extends CameraFilter {
28
28
private int program ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016 nekocode
2
+ * Copyright 2016 winston
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
22
22
import cn .nekocode .camerafilter .R ;
23
23
24
24
/**
25
- * @author nekocode (nekocode.cn@gmail .com)
25
+ * @author winston (1054669137@qq .com)
26
26
*/
27
27
public class MirrorFilter extends CameraFilter {
28
28
private int program ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016 nekocode
2
+ * Copyright 2016 winston
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
22
22
import cn .nekocode .camerafilter .R ;
23
23
24
24
/**
25
- * @author nekocode (nekocode.cn@gmail .com)
25
+ * @author winston (1054669137@qq .com)
26
26
*/
27
27
public class NegativeFilter extends CameraFilter {
28
28
private int program ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016 nekocode
2
+ * Copyright 2016 winston
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
22
22
import cn .nekocode .camerafilter .R ;
23
23
24
24
/**
25
- * @author nekocode (nekocode.cn@gmail .com)
25
+ * @author winston (1054669137@qq .com)
26
26
*/
27
27
public class NostalgiaFilter extends CameraFilter {
28
28
private int program ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016 nekocode
2
+ * Copyright 2016 winston
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
22
22
import cn .nekocode .camerafilter .R ;
23
23
24
24
/**
25
- * @author nekocode (nekocode.cn@gmail .com)
25
+ * @author winston (1054669137@qq .com)
26
26
*/
27
27
public class ReliefFilter extends CameraFilter {
28
28
private int program ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016 nekocode
2
+ * Copyright 2016 winston
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
22
22
import cn .nekocode .camerafilter .R ;
23
23
24
24
/**
25
- * @author nekocode (nekocode.cn@gmail .com)
25
+ * @author winston (1054669137@qq .com)
26
26
*/
27
27
public class SwirlFilter extends CameraFilter {
28
28
private int program ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016 nekocode
2
+ * Copyright 2016 winston
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
22
22
import cn .nekocode .camerafilter .R ;
23
23
24
24
/**
25
- * @author nekocode (nekocode.cn@gmail .com)
25
+ * @author winston (1054669137@qq .com)
26
26
*/
27
27
public class TripleFilter extends CameraFilter {
28
28
private int program ;
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2016 nekocode
2
+ * Copyright 2016 winston
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
22
22
import cn .nekocode .camerafilter .R ;
23
23
24
24
/**
25
- * @author nekocode (nekocode.cn@gmail .com)
25
+ * @author winston (1054669137@qq .com)
26
26
*/
27
27
public class WaterReflectionFilter extends CameraFilter {
28
28
private int program ;
You can’t perform that action at this time.
0 commit comments