Tj Holowaychuk
|
f8ffa3fdb5
|
replaced seek with fstat()
|
13 years ago |
Tj Holowaychuk
|
323e24ba42
|
clean up styling
|
13 years ago |
obarthel
|
4cfb7a61b2
|
Added error cleanup code to the JPEG loader functions
|
13 years ago |
Tj Holowaychuk
|
7712bd4b5d
|
fixed css color table styling
|
13 years ago |
obarthel
|
5f1614893d
|
Named color table rebuilt from CSS Color Module Level 3 specification
|
13 years ago |
Tj Holowaychuk
|
959009b884
|
buf_size -> len
|
13 years ago |
obarthel
|
5a8083de17
|
Added buffer size checks to the rgba_to_string() function
|
13 years ago |
Robert Sköld
|
46bda423f8
|
Added a test (and fix) for a regression with gradients
|
13 years ago |
Robert Sköld
|
559bd9d572
|
Started on ctx.createPattern() support.
|
13 years ago |
Tj Holowaychuk
|
a4ed9c5edd
|
tweak styling
|
13 years ago |
Tj Holowaychuk
|
a50ffa1f27
|
wrap with HAVE_JPEG
|
13 years ago |
Tj Holowaychuk
|
3c2cf684e4
|
slight refactor
|
13 years ago |
Elijah Hamovitz
|
be9b2ee411
|
removed errant TODOs, reconsidered error handling
|
13 years ago |
Elijah Hamovitz
|
b644873eab
|
added support for writing JPEGs
|
13 years ago |
Tj Holowaychuk
|
762f8865de
|
misc cleanup
|
13 years ago |
Tj Holowaychuk
|
c3e9284cfa
|
ocd
|
13 years ago |
Tharit
|
3ea435801e
|
fixed two memory leaks in context2d
|
13 years ago |
Tj Holowaychuk
|
f65f60aec1
|
Fixed measureText().width. Closes #126
|
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 |
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
|
82919c9992
|
Added better lineTo() / moveTo() exception messages
|
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
|
10da42f2c0
|
Changed: prefix some private methods with _
|
14 years ago |
Syoyo Fujita
|
5c5db2972f
|
Fix compilation on MacOSX gcc 4.2.1 environment.
|
14 years ago |
Tj Holowaychuk
|
8192e7e817
|
Added better image format detection
removed lame extension checks
|
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 |
Tj Holowaychuk
|
f4fc9ca88f
|
misc refactor
|
14 years ago |
Tj Holowaychuk
|
1f5350ad69
|
ws
|
14 years ago |
Tj Holowaychuk
|
bcc1b0c360
|
no need for ->handle_ here
|
14 years ago |
Tj Holowaychuk
|
98c42b0a95
|
misc refactoring
|
14 years ago |
Tj Holowaychuk
|
561938a6df
|
removed V8::AdjustAmountOfExternalAllocatedMemory() call from toBuffer()
our end result is a Buffer, which invokes this itself so we shouldnt need this
|
14 years ago |
Tj Holowaychuk
|
da532ec751
|
uint8_t
|
14 years ago |
Tj Holowaychuk
|
a647cb8b55
|
refactored Image::readPNG()
|
14 years ago |
Tj Holowaychuk
|
be77b17adc
|
moved loadJPEGFromBuffer() into HAVE_JPEG
|
14 years ago |
Tj Holowaychuk
|
8179d4619e
|
Added Image#src= support. Closes #91
needs refactor
|
14 years ago |
atomizer
|
6f08e9e6c8
|
proper memory adjust when resizing
|
14 years ago |