Commit Graph

45 Commits

Author SHA1 Message Date
Eric Rowell
b52845b32b added another hsv test 2014-01-04 06:37:08 -08:00
Eric Rowell
67f71e4785 added pixastic Solarize filter 2014-01-04 05:34:36 -08:00
Eric Rowell
0d944aac27 removed convolve pack. Added pixastic emboss filter 2014-01-04 05:21:44 -08:00
Eric Rowell
7f0dc2085b changed Levels filter to Posterize 2014-01-03 23:23:53 -08:00
Eric Rowell
cfe3091833 got the convolve filters working, but we still need to do some work on them 2014-01-03 23:09:49 -08:00
Eric Rowell
dcf2962e2e split ColorPack into RGB and HSV filters. updated tests 2014-01-03 20:25:35 -08:00
Eric Rowell
5060fbb8cb updated Sepia filter and tests 2014-01-03 17:31:38 -08:00
Eric Rowell
6ddefa05b5 removed flip and mirror filters because the same effect can be achieved with transforms, cloning, caching, etc. 2014-01-03 11:22:25 -08:00
Eric Rowell
a238cf5817 updated Levels filter and test 2014-01-02 22:58:36 -08:00
Eric Rowell
bbfbadfee2 updated Threshold filter and test 2014-01-02 22:32:23 -08:00
Eric Rowell
4074eef3aa updated Noise filter and test 2014-01-02 22:21:21 -08:00
Eric Rowell
50a91d1e8b updated pixelate unit tests 2014-01-02 22:05:57 -08:00
Eric Rowell
374bc22680 renamed ColorStretch filter to Enhance. cleaned up the code a bit. updated tests. changed function signature back to just image data 2014-01-02 21:12:41 -08:00
Eric Rowell
a0d0f23ef8 updated mask filter tests 2014-01-02 20:55:05 -08:00
Eric Rowell
bbdbbd4d61 fixed grayscale filter and updated tests 2013-12-31 21:00:07 -08:00
Eric Rowell
3321102784 brighten tests are now passing 2013-12-31 13:16:41 -08:00
Eric Rowell
966ddc5a83 just enabled one blur test for now so that travis will pass 2013-12-31 13:05:32 -08:00
Eric Rowell
12e7b06978 first pass at integrating filters into new caching mechanism. added group filter test. Removed blurX and blurY filters because I don't think they'll be needed in their current state. Commented out half filter blur test because it's not a common use case. other filter tests have been disabled for now. Working on enabling them with future commits 2013-12-31 13:04:05 -08:00
ippo615
827caaa451 Added more Polar effects and corrected documentation. 2013-12-07 12:36:48 -05:00
ippo615
2397712f6e Improved Colorization filter.
- Looks better (brightness of original is preserved)
 - Improved speed (2-6 times faster than original)
 - Reduced code
2013-12-07 11:31:38 -05:00
ippo615
2c3a29681e Updated some filters and tests. 2013-12-05 18:20:00 -05:00
ippo615
52f96c540b Merge branch 'master' of https://github.com/ericdrowell/KineticJS 2013-12-04 19:10:08 -05:00
ippo615
a680d33c40 Added Gaussian Blur back, put QuickBlur in separate file 2013-12-04 19:03:20 -05:00
Eric Rowell
95d3f3fe45 Merge branch 'master' of github.com:ericdrowell/KineticJS 2013-12-04 10:57:42 -08:00
Eric Rowell
13a98a350c all unit tests are now passing 2013-12-04 10:55:50 -08:00
ippo615
21b0bb8574 Made filters (Levels, Noise, Threshold) tweenable 2013-12-03 19:59:43 -05:00
ippo615
b1b4eca375 Fixed bug in Flip filter, works on single buffer 2013-12-03 19:20:34 -05:00
ippo615
cfa6641d1a Improved color stretch filter 2013-12-03 19:12:17 -05:00
ippo615
632b81137a Added tweening to HSV filter 2013-12-03 18:34:24 -05:00
ippo615
26e7aeeba4 Pixelate is tweenable and works with images. 2013-12-01 22:37:17 -05:00
ippo615
4d16ccfe70 Merge branch 'master' of https://github.com/binoculars/KineticJS into binoculars-master
Conflicts:
	Gruntfile.js
	test/runner.html
2013-11-30 13:17:51 -05:00
ippo615
25dff7bd8b Added unit tests for new filters (and some old) 2013-11-26 17:21:53 -05:00
ippo615
036b85f920 Added unit test for color stretch filter 2013-11-26 16:27:14 -05:00
Barrett Harber
14570f7bed Added Sepia Filter
Add Sepia Filter from Pixastic Library
2013-11-25 20:39:08 -05:00
ippo615
9e7f27dfe3 Added convolve pack filter tests 2013-09-29 15:06:59 -04:00
ippo615
e98d31e18b Added mask filter test 2013-09-29 15:00:42 -04:00
ippo615
26885d18c1 Added hue shift filter test 2013-09-29 14:55:47 -04:00
ippo615
98fef5eb67 Added invert filter test 2013-09-29 14:51:49 -04:00
ippo615
e4db57355b Added transparent images to tests. 2013-09-29 14:49:19 -04:00
ippo615
ae13dc688a Added grayscale filter test 2013-09-29 14:44:40 -04:00
ippo615
2cc1cc7dcc Added color pack filter unit tests 2013-09-29 14:39:48 -04:00
ippo615
d0f805903d Added brighten filter unit test 2013-09-29 14:39:31 -04:00
ippo615
1770733b1c Added blur filter unit test 2013-09-29 14:39:10 -04:00
ippo615
8b7b3db9ef Merge branch 'master' of https://github.com/Ziriax/KineticJS
Fixed bug #527 - filters and cropping are now friends.
2013-09-29 14:00:51 -04:00
ippo615
de677846b4 Added blur filter unit tests. 2013-09-29 11:26:31 -04:00