kangax
|
60db09ac9a
|
Version 1.1.3
|
11 years ago |
Juriy Zaytsev
|
625306d005
|
Merge pull request #370 from koordinates/master
Add CAIRO_FORMAT_INVALID
|
11 years ago |
King Koopa
|
d626a9ae9a
|
Updated NAN dep
|
11 years ago |
Nathan Rajlich
|
c864c222ff
|
Merge pull request #368 from muzzley/fix/canvasAdjustExternalMem
Readjusting the amount of allocated memory. Fixes #367
|
11 years ago |
tiagoalves
|
d920c12b08
|
Readjusting the amount of allocated memory. Fixes #367
|
11 years ago |
King Koopa
|
922cd79673
|
Merge branch 'memleaks'
|
11 years ago |
Juriy Zaytsev
|
285dc4f865
|
Merge pull request #365 from kkoopa/memleakspull
Revised fix of memory leak #318
|
11 years ago |
King Koopa
|
134d787a85
|
Merge remote-tracking branch 'upstream/master' into memleakspull
|
11 years ago |
Juriy Zaytsev
|
5cc0a5fdad
|
Merge pull request #356 from selaux/fix-filter-parameter
Fix filter parameter in toBuffer method
|
11 years ago |
Juriy Zaytsev
|
b4d803b834
|
Merge pull request #216 from aadamowski/master
make util/has_lib.sh work properly on Debian
|
11 years ago |
King Koopa
|
7831d74f57
|
Update for 0.11.9
|
11 years ago |
King Koopa
|
c7583da93c
|
Merge remote-tracking branch 'upstream/master' into memleaks
|
11 years ago |
Robert Coup
|
c1180d1f3d
|
Add CAIRO_FORMAT_INVALID
Fixes https://github.com/LearnBoost/node-canvas/issues/342
|
11 years ago |
Stefan Lau
|
bc6df356f5
|
fix argument index for filter parameter
|
11 years ago |
Juriy Zaytsev
|
ce6de7876c
|
Merge pull request #354 from clickblipclick/master
Fix Canvas#jpegStream() example in README
|
11 years ago |
Ben Nyberg
|
8c499a0150
|
Fixed case on Readme Canvas#jpegStream() example (canvas.jpegStream, not canvas.JPEGStream)
|
11 years ago |
kangax
|
fc7d75466b
|
Version 1.1.2
|
11 years ago |
Juriy Zaytsev
|
d352f83bef
|
Merge pull request #352 from rvagg/nan-upgrade
NAN dep upgrade, full node@<=0.11.8 compatibility
|
11 years ago |
Rod Vagg
|
738f12d17b
|
NAN dep upgrade, full node@<=0.11.8 compatibility
|
11 years ago |
Nathan Rajlich
|
cbb039ebf3
|
Merge pull request #347 from saschagehlich/bugfix/346
Use node::MakeCallback() instead of v8::Function::Call()
|
11 years ago |
Sascha Gehlich
|
d30145b70b
|
Use node::MakeCallback() instead of v8::Function::Call()
|
11 years ago |
Juriy Zaytsev
|
db03648a83
|
Merge pull request #340 from rvagg/path-spaces-nan-fix
improved nan location discovery, fixes #339
|
11 years ago |
Rod Vagg
|
5b1886340c
|
improved nan location discovery, fixes #339
|
11 years ago |
Juriy Zaytsev
|
da8a6e3ac6
|
Merge pull request #327 from alexjeffburke/fix-enabling-options
Fix enabling gif/jpeg options on Ubuntu 13.04
|
11 years ago |
kangax
|
bdc38e17c7
|
Version 1.1.1
|
11 years ago |
Juriy Zaytsev
|
dca6b01f9a
|
Merge pull request #315 from kkoopa/master
Made CAIRO_FORMAT_RGB30 optional to support outdated versions of Cairo
|
11 years ago |
Alex J Burke
|
8f15f0cd60
|
Remove the trailing $ which fails to match libraries suffixed .so.*
|
11 years ago |
King Koopa
|
0bc1aaf38b
|
Added scopes.
|
11 years ago |
King Koopa
|
1219a151bc
|
Testing...
|
12 years ago |
King Koopa
|
4b17698254
|
Merge remote-tracking branch 'jasonrose/master' into memleaks
|
12 years ago |
King Koopa
|
9521254721
|
Merge remote-tracking branch 'upstream/master' into memleaks
|
12 years ago |
TJ Holowaychuk
|
6fe0483c9b
|
Merge pull request #320 from kkoopa/nanupdate
Updated NAN to 0.3.0.
|
12 years ago |
King Koopa
|
c6c9eeac9a
|
Updated NAN to 0.3.0.
|
12 years ago |
King Koopa
|
8679132690
|
Merge branch 'master' of https://github.com/LearnBoost/node-canvas
|
12 years ago |
Jason Rose
|
9ce2d8ebec
|
Freeing custom buffer created during canvas jpeg streaming.
|
12 years ago |
Jason Rose
|
50b904edd7
|
Deallocating both onload and onerror handlers.
|
12 years ago |
King Koopa
|
6e6adf922c
|
Updated binding.gyp
|
12 years ago |
King Koopa
|
d96183f0d7
|
Made CAIRO_FORMAT_RGB30 optional to support old versions of Cairo.
|
12 years ago |
Nathan Rajlich
|
8ab8ada2a4
|
Merge pull request #313 from anoek/master
Build fixes for arch linux
|
12 years ago |
Akita Noek
|
a0632275c5
|
Fixed build error with giflib 5.0
Newer giflib versions have a new ErrorCode parameter in several
functions, DGifOpen being one of them.
|
12 years ago |
Akita Noek
|
e8a58f7c75
|
Added #include <string.h> to PNG.h for inlined memcpy usage
|
12 years ago |
TJ Holowaychuk
|
fd0524c08b
|
Release 1.1.0
|
12 years ago |
TJ Holowaychuk
|
15d03ab3b1
|
Merge branch 'master' of github.com:LearnBoost/node-canvas
|
12 years ago |
King Koopa
|
14d9f587b6
|
Added another optional argument for setting row filters.
|
12 years ago |
King Koopa
|
81bc5d79a9
|
More cleanup.
|
12 years ago |
King Koopa
|
e2a5ed2b05
|
Cleaned up code and added the same fix to Canvas::StreamPngSync
|
12 years ago |
King Koopa
|
50d0c5c55f
|
Added compression level argument to Canvas::toBuffer
|
12 years ago |
King Koopa
|
c3ed7faca1
|
Initial commit of extracted PNG creation.
|
12 years ago |
TJ Holowaychuk
|
95dd4d9e1a
|
Merge pull request #310 from iFixit/readme-update-jpegstream-docs
Readme: update docs for canvas.jpegStream()
|
12 years ago |
Daniel Beardsley
|
ca8045d303
|
Readme: update docs for canvas.jpegStream()
Include a note about the lack of an asynchronous implementation.
|
12 years ago |