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.*
12 years ago
King Koopa
0bc1aaf38b
Added scopes.
12 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
TJ Holowaychuk
f783c68e42
Merge pull request #309 from iFixit/progressive-jpegs
JPEGStream: add progressive mode option
12 years ago
Daniel Beardsley
d72c1bbf02
JPEGStream: add progressive mode option
Progressive jpegs have several very useful advantages over baseline
jpegs:
* Slightly smaller for the same quality (3-7%)
* Load much faster in most browsers.
This adds the `options.progressive` option to the
canvas.jpegCreateStream() function.
12 years ago
Nathan Rajlich
89e50d3fd6
Merge pull request #307 from mscdex/master
misc fixes
12 years ago
mscdex
9f5ce29777
Fix immediate variable reassignment
12 years ago
mscdex
fd56f06e87
Fix resource leaks on read errors
12 years ago
TJ Holowaychuk
94ad0cdd34
Release 1.0.4
12 years ago
Rod Vagg
2354d9bb8c
0.11.4+ compatibility using NAN
See https://github.com/rvagg/nan
12 years ago
TJ Holowaychuk
4686fa3b97
Revert "Fixed Error that prevented NPM install on mac."
This reverts commit 92d8e84a6d
.
incorrect
12 years ago
TJ Holowaychuk
c8b26cab4b
Merge pull request #270 from matthewborden/master
Image.cc error when compiled on OS X, fixed but needs to be merged to the NPM repo.
12 years ago
TJ Holowaychuk
de7c1bbf13
Merge pull request #302 from kkoopa/master
Patch for Node 0.11.3
12 years ago
Infinite Whiteboard
13b8f41141
Added backwards compatibility through conditional compilation.
12 years ago
Infinite Whiteboard
14a19421d2
Patch for Node 0.11.3
12 years ago
TJ Holowaychuk
ad3fc78f45
Merge pull request #300 from mojodna/version
Load version from package.json
12 years ago
Seth Fitzsimmons
6ba391fe35
Load version from package.json
12 years ago
TJ Holowaychuk
2f79cfd8ae
Merge pull request #295 from maritz/master
Typo in context2d imageSmoothingEnabled
12 years ago
Moritz Peters
3cc99d5f98
Fix typo in context2d for imageSmoothingEnabled
getter instead of setter.
12 years ago
TJ Holowaychuk
cfcbf59e91
Release 1.0.3
12 years ago
TJ Holowaychuk
0face8f959
Merge pull request #290 from phorque/patch-2
loadJPEG: fix fread() return value testing
12 years ago
TJ Holowaychuk
7958188946
Merge pull request #286 from pb82/fix_canvas_gradient
(Issue #267 ) removed unneeded private fields
12 years ago