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
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
Tj Holowaychuk
b153b6785d
c-style gif internals
14 years ago
Tj Holowaychuk
82b32c3b20
move gif privates into Image.cc
14 years ago
Tj Holowaychuk
e827187a5a
fixed GIFInputFuncData struct style
14 years ago
Tj Holowaychuk
32630a5637
have gif trailing comment
14 years ago
Brian McKinney
63626fa672
Add GIF support
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
14 years ago
Nathan Rajlich
298db528ee
spacing
14 years ago
Nathan Rajlich
bfc69e5d6b
But less than 0.6.0
14 years ago
Nathan Rajlich
1cb771349c
Allow installation from node v0.5.x-pre
14 years ago
Tj Holowaychuk
f4fc9ca88f
misc refactor
14 years ago
Tj Holowaychuk
5e3af66268
Release 0.6.0
14 years ago
Tj Holowaychuk
1f5350ad69
ws
14 years ago
Tj Holowaychuk
6c288880f5
removed submods
14 years ago
Tj Holowaychuk
b1f9d112fe
fixed remaining tests
14 years ago
Tj Holowaychuk
d8c87a03e5
upgraded expresso
14 years ago
Tj Holowaychuk
bc44af699f
added devDependencies
14 years ago
Tj Holowaychuk
a5a9d76b8e
added source-atop test
14 years ago
Tj Holowaychuk
bcc1b0c360
no need for ->handle_ here
14 years ago