TJ Holowaychuk
b381dd6db2
make wiki more obvious
13 years ago
Andreas Botsikas
3738179d76
Added instructions, binding.gyp and added the NODE_MODULE macro to specify the entry point.
13 years ago
TJ Holowaychuk
f47422fd06
fixed Image bit flags
13 years ago
TJ Holowaychuk
69d4eb3987
slight refactor
13 years ago
TJ Holowaychuk
20153ebe5b
Merge pull request #167 from c-spencer/MimeData
Image mime data tracking
13 years ago
c-spencer
f39dc4d9e2
Add readme entry for Image.dataMode
13 years ago
c-spencer
03584c3307
Improve Image mode API
13 years ago
TJ Holowaychuk
e0b6dd6fcb
Release 0.12.0
13 years ago
c-spencer
4c5962b90e
Add clearData method to handle reassignment of src, and clean up mime data memory handling.
13 years ago
TJ Holowaychuk
bf49929023
Merge pull request #166 from c-spencer/TextMetrics
TextMetrics API (partial)
13 years ago
c-spencer
cc994d2d8d
Improve how _data_len is managed and use to adjust memory, hide more of mime API behind cairo version conditional.
13 years ago
TJ Holowaychuk
8127ee527f
Merge pull request #165 from c-spencer/master
Add textDrawingMode context2d property for controlling whether to use paths or glyphs.
13 years ago
c-spencer
8b8ee7f017
Add optional mime-data tracking to Image.
13 years ago
c-spencer
d5838bc4aa
Refactor JPEG decoding into decodeJPEGIntoSurface
13 years ago
c-spencer
c1b6d71163
Merge branch 'master' into TextMetrics
13 years ago
c-spencer
307fa29396
Switch draw mode state to an enum.
13 years ago
c-spencer
d5d9c59e56
Improve bottom and middle baseline calculation.
13 years ago
c-spencer
e06ed99dec
Partial TextMetrics support.
13 years ago
c-spencer
3dfb4e0a09
Add note on default value of textDrawingMode
13 years ago
c-spencer
18e3edfc28
Add textDrawingMode context property.
13 years ago
TJ Holowaychuk
fc34add281
Release 0.11.3
13 years ago
TJ Holowaychuk
56d49559de
clean up free()s
13 years ago
TJ Holowaychuk
ba94a33d74
live_data -> _data
13 years ago
TJ Holowaychuk
7adcd31750
Merge pull request #162 from kesla/master
Fixes Image memory leak (#150 )
13 years ago
David Björklund
c9f991b8de
Fixes the Image memory leak ( #150 ). It is basically the fix from @AllYearbooks fork without the mime-stuff.
13 years ago
TJ Holowaychuk
eb04ff63d6
Fixed Context2d::hasShadow()
13 years ago
TJ Holowaychuk
1c85f5ef39
Release 0.11.2
13 years ago
TJ Holowaychuk
3ebc55a5e6
Fixed: free closure and surface in ~Canvas
13 years ago
TJ Holowaychuk
3436c4ea43
added pdf keyword to package.json
13 years ago
TJ Holowaychuk
081b87f304
Release 0.11.1
13 years ago
TJ Holowaychuk
ac9d442c87
docs
13 years ago
TJ Holowaychuk
eb0edf2ce4
Changed: renamed .nextPage() to .addPage()
13 years ago
TJ Holowaychuk
47e9ea1bc2
Release 0.11.0
13 years ago
TJ Holowaychuk
55a7ae8728
docs for pdf
13 years ago
TJ Holowaychuk
03d1cacf9c
Added `Canvas#type` getter
13 years ago
TJ Holowaychuk
981cb656d4
make small pdf example a small canvas
13 years ago
TJ Holowaychuk
41609b9892
tweak example
13 years ago
TJ Holowaychuk
f2df845f0e
added lime-cat to image example
13 years ago
TJ Holowaychuk
d9c2695a33
added lime-cat.jpg
13 years ago
TJ Holowaychuk
8e7c1ae3f6
added pdf-images.js example
13 years ago
TJ Holowaychuk
a063907832
Added quick PDF support
need to clean things up, add async support, test images etc. I believe
some guys forked node-canvas to add some kind of image caching
for when an image appears several times within a PDF document, though
that may be out of scope
13 years ago
TJ Holowaychuk
9b6c6a8b1d
Release 0.10.3
13 years ago
TJ Holowaychuk
7a28ab4773
Fixed quadratic curve lameness. Closes #155
13 years ago
Philippe Plantier
550011e25e
Use libuv instead of EIO so that it builds on node.js >= 0.7.0
13 years ago
Tj Holowaychuk
b63c7db9f4
Release 0.10.2
13 years ago
Tj Holowaychuk
358aa6891c
ocd
13 years ago
Tj Holowaychuk
8f5596a4ea
Merge branch 'master' of github.com:LearnBoost/node-canvas
13 years ago
Tj Holowaychuk
f866dd8883
Fixed: Context2d setters with invalid values ignored
13 years ago
TJ Holowaychuk
cde3f8cbe4
Merge pull request #149 from nulltask/master
make test-server fails with node 0.6.x
13 years ago
Tj Holowaychuk
f8ffa3fdb5
replaced seek with fstat()
13 years ago