Robert Sköld
9927a3f01c
Added a test for ctx.createPattern(Image)
13 years ago
Robert Sköld
a1840301c3
Update ctx#createPattern() test to loop through all pixels.
13 years ago
Robert Sköld
17080848ba
Check for both CanvasGradient and CanvasPattern in ctx.strokeStyle and ctx.fillStyle.
13 years ago
Robert Sköld
559bd9d572
Started on ctx.createPattern() support.
13 years ago
Tj Holowaychuk
6cd403eb9e
Release 0.9.0
13 years ago
Tj Holowaychuk
bcc3f6a98a
remove sync arg for now
13 years ago
Tj Holowaychuk
1f60f0ad3b
fixed createJPEGStream() "options" global
13 years ago
Tj Holowaychuk
ec87f5ae85
tweak png/jpeg stream examples in source
13 years ago
Tj Holowaychuk
3c7e747f04
tweak crop.js example slightly
13 years ago
Tj Holowaychuk
d284e489ac
Merge branch 'integration'
13 years ago
Tj Holowaychuk
a4ed9c5edd
tweak styling
13 years ago
Tj Holowaychuk
a50ffa1f27
wrap with HAVE_JPEG
13 years ago
Tj Holowaychuk
3c2cf684e4
slight refactor
13 years ago
Elijah Hamovitz
715b6f97ae
removed confusing language from the createJPEGStream documentation
13 years ago
Elijah Hamovitz
f0e8f07fa6
added examples/*.jpg to the .gitignore
13 years ago
Elijah Hamovitz
93f2145823
updated documentation for createJPEGStream
13 years ago
Elijah Hamovitz
be9b2ee411
removed errant TODOs, reconsidered error handling
13 years ago
Elijah Hamovitz
b644873eab
added support for writing JPEGs
13 years ago
Tj Holowaychuk
a0e45d449f
Fixed js-land instanceof
causes issues with several Canvas modules
13 years ago
Tj Holowaychuk
f125e8f1a0
dot reporter
13 years ago
Tj Holowaychuk
6aebf39c83
spec
13 years ago
Tj Holowaychuk
8af3486cf6
removed sys require
13 years ago
Tj Holowaychuk
078a8572d3
expresso -> mocha
13 years ago
Tj Holowaychuk
46d57fb1e2
fixed tests
13 years ago
Tj Holowaychuk
d444f51e48
Release 0.8.3
13 years ago
Tj Holowaychuk
762f8865de
misc cleanup
13 years ago
TJ Holowaychuk
6115b6704b
Merge pull request #123 from wwlinx/master
allow canvas to build with either libjpeg62-dev or libjpeg8-dev
13 years ago
Tj Holowaychuk
a47e9524e5
Release 0.8.2
13 years ago
Tj Holowaychuk
c3e9284cfa
ocd
13 years ago
TJ Holowaychuk
9821f2cf7b
Merge pull request #135 from Tharit/master
fixed memory leaks in context2d
13 years ago
Tharit
3ea435801e
fixed two memory leaks in context2d
13 years ago
TJ Holowaychuk
cba04660cc
Merge pull request #131 from Yipit/master
micro improvements in both packages.json and readme.md
13 years ago
Gabriel Falcao
d2947dac67
fixing an example in readme.md
13 years ago
Gabriel Falcao
5a96e08da0
adding the keywords "image" and "images" to package.json in order to make this package easier to find
13 years ago
TJ Holowaychuk
b8349077cc
Fixed `make test-server`
13 years ago
Tj Holowaychuk
a3f65a3914
Release 0.8.1
13 years ago
Tj Holowaychuk
f65f60aec1
Fixed measureText().width. Closes #126
13 years ago
Tj Holowaychuk
217c448202
Merge branch 'master' of github.com:LearnBoost/node-canvas
13 years ago
Tj Holowaychuk
b31343b7f5
more tests
13 years ago
Tj Holowaychuk
85fd07913b
Added failing measureText() test
13 years ago
TJ Holowaychuk
8071ee58a1
Merge pull request #124 from TooTallNate/0.5.x-compat
0.6.x Compat
13 years ago
Nathan Rajlich
de520fcece
Try to detect when EIO_custom changed it's signature.
Should also be a part of #115 and #120 .
13 years ago
Nathan Rajlich
42fce70a89
Check for the compiled bindings in both places.
When node switched it's build system to GYP then the resulting bin
will be put in "Release" instead of "build". So check for both places with a
little `bindings.js` shim.
13 years ago
Tj Holowaychuk
ff29b042b4
Release 0.8.0
13 years ago
Tj Holowaychuk
f72f8072ab
Added data uri support. Closes #49
easy as pie now that we have .src=Buffer support
13 years ago
Walt Lin
bb1fbcf426
Make node-canvas compile with libjpeg62-dev or libjpeg8-dev.
- detect if libjpeg is < 8 and if so, define our own jpeg_mem_src.
13 years ago
Tj Holowaychuk
549665dee8
typo
13 years ago
Tj Holowaychuk
f976d81e28
Release 0.7.3
14 years ago
Tj Holowaychuk
82919c9992
Added better lineTo() / moveTo() exception messages
14 years ago
Tj Holowaychuk
cc041e1822
Release 0.7.2
14 years ago