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
13 years ago
Tj Holowaychuk
82919c9992
Added better lineTo() / moveTo() exception messages
13 years ago
Tj Holowaychuk
cc041e1822
Release 0.7.2
14 years ago
Tj Holowaychuk
15c558bdeb
Revert "Fix compilation on MacOSX gcc 4.2.1 environment."
This reverts commit 5c5db2972f
.
14 years ago
Tj Holowaychuk
582a005cfa
Merge branch 'master' of github.com:LearnBoost/node-canvas
14 years ago
Tj Holowaychuk
10da42f2c0
Changed: prefix some private methods with _
14 years ago
TJ Holowaychuk
530266ded9
Merge pull request #115 from syoyo/macos-gcc42-fix
Fix compilation on MacOSX gcc 4.2.1 environment.
14 years ago
Syoyo Fujita
5c5db2972f
Fix compilation on MacOSX gcc 4.2.1 environment.
14 years ago
Tj Holowaychuk
bc113438c4
Release 0.7.1
14 years ago
Tj Holowaychuk
8c8fc9ac77
Merge branch 'master' of github.com:LearnBoost/node-canvas
14 years ago
Tj Holowaychuk
8192e7e817
Added better image format detection
removed lame extension checks
14 years ago
TJ Holowaychuk
544a0ed1d4
Merge pull request #112 from Hamms/master
Added waf support for jpeg support on FreeBSD [Hamms]
14 years ago
Elijah Hamovitz
14743df77c
added libpath options to waf configuration; this was necessary to correctly detect gif and jpeg support on FreeBSD
14 years ago
Tj Holowaychuk
39e5cdf7d9
Release 0.7.0
14 years ago
Tj Holowaychuk
787249acb8
Merge branch 'master' of github.com:LearnBoost/node-canvas
14 years ago
Tj Holowaychuk
c06ddd2228
Merge branch 'integration'
14 years ago
Tj Holowaychuk
7f8c2998a3
unnecessary parens
14 years ago
Tj Holowaychuk
451154ce4c
unnecessary parens
14 years ago
Tj Holowaychuk
5f74448ba2
unnecessary parens
14 years ago
Tj Holowaychuk
ae4eb50bf1
imageIdx -> i
14 years ago
Tj Holowaychuk
37c505493c
refactoring loadGIFFromBuffer
14 years ago
Tj Holowaychuk
16cd613468
removed old gnu style initializer
seems fine with g++ though
14 years ago
Tj Holowaychuk
16096ad24c
refactored Image::loadGIF()
14 years ago
Tj Holowaychuk
afc5fa40ec
gft -> gif
14 years ago