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
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
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
Victor Goya
93bb98d440
loadJPEG: fix fread() return value testing
According to the fread() manpage, successful fread() call will return 1 and not len in this case.
12 years ago
pb82
ba3bb3137e
removed unneeded private fields
12 years ago
TJ Holowaychuk
fedf14cbf3
Merge pull request #277 from mojodna/pattern-quality
Add 'nearest' and 'bilinear' to patternQuality
12 years ago
TJ Holowaychuk
8605932c8e
Merge pull request #278 from mojodna/filter
CanvasRenderingContext2d#filter
12 years ago
Seth Fitzsimmons
8dc36f09fa
CanvasRenderingContext2d#filter
Like patternQuality, but applies to transformations effecting more than just
patternsi (i.e. the implicitly created pattern).
See
http://cairographics.org/manual/cairo-cairo-pattern-t.html#cairo-pattern-set-filter
for more information.
12 years ago
Seth Fitzsimmons
a1fa149551
Add 'nearest' and 'bilinear' to patternQuality
12 years ago
Matthew Borden
92d8e84a6d
Fixed Error that prevented NPM install on mac.
NPM spat out a error that there was only 2 params in DGIFOPEN. I added
the third, an error interger.
12 years ago
TJ Holowaychuk
9a05949c41
Release 1.0.2
12 years ago
TJ Holowaychuk
d7d4abe2ad
add Context2d#imageSmoothingEnabled=
12 years ago
TJ Holowaychuk
df7a3ad1db
Release 1.0.1
12 years ago
TJ Holowaychuk
e7a2bb87e6
Merge pull request #212 from jhurliman/patch-1
Changed the node-gyp build to use pkg-config
12 years ago
Nathan Rajlich
b3a1247f7a
travis: test modern node versions
We should probably drop the old versions soon...
12 years ago