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 |
atomizer
|
00120a885b
|
make v8 more aware of memory allocations
|
14 years ago |
atomizer
|
d97748e9b6
|
clamp r,g,b to 0..255, alpha to 0..1 (assuming everything is >= 0)
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
|
14 years ago |
Tj Holowaychuk
|
5ec4a8f52b
|
misc refactoring
|
14 years ago |
atomizer
|
24c327ac5e
|
special case of zero-width rectangle
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
|
14 years ago |
atomizer
|
11c5d3d45e
|
do not clamp arguments to integer values
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
|
14 years ago |
atomizer
|
c8b82ae4ea
|
... and clearRect()
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
|
14 years ago |
atomizer
|
5ae1c46070
|
preserve current path during fillRect() and strokeRect()
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
|
14 years ago |
atomizer
|
9963f71796
|
restorePath(): clear current path before appending
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
|
14 years ago |
Tj Holowaychuk
|
7da4a36893
|
clamp image bounds in PixelArray::PixelArray() [marcello3d]
|
14 years ago |
Tj Holowaychuk
|
89af08d30d
|
Fixed (kinda) img.src= error handling
|
14 years ago |
Tj Holowaychuk
|
b86c3cd321
|
move closure.h down. Closes #80
|
14 years ago |
Tj Holowaychuk
|
2663ce0b74
|
refactored toBuffer()
|
14 years ago |
Tj Holowaychuk
|
35696ee151
|
misc
|
14 years ago |
Tj Holowaychuk
|
4981111190
|
added closure_init()
|
14 years ago |
Tj Holowaychuk
|
3a74a43351
|
revert toBuffer() changes
|
14 years ago |
Tj Holowaychuk
|
d8a1c91ec3
|
states already free()d...
|
14 years ago |
Tj Holowaychuk
|
a6271b3243
|
todo
|
14 years ago |
Tj Holowaychuk
|
6527e3c4ba
|
refactoring Image
|
14 years ago |
Tj Holowaychuk
|
3a5c0d8ada
|
Image test refactoring
|
14 years ago |
Tj Holowaychuk
|
bef75cc54f
|
CAIRO_OPERATOR_SATURATE and some others are available in cairo 1.8.x
|
14 years ago |
Tj Holowaychuk
|
3dc34e41e5
|
misc fixes
|
14 years ago |
Tj Holowaychuk
|
39e4b1f07e
|
ensure Image::extension() cstr has valid length
|
14 years ago |
Tj Holowaychuk
|
3d9e2b6b88
|
Fixed more HandleScopes
|
14 years ago |
Tj Holowaychuk
|
4bf1f611f6
|
text alignment / baseline fixes by Olaf
|
14 years ago |
Tj Holowaychuk
|
780148ebcf
|
Fixed more HandleScopes
|
14 years ago |
Tj Holowaychuk
|
3ec1dcff9a
|
Fixed more HandleScopes
|
14 years ago |
Tj Holowaychuk
|
d796546c63
|
Fixed GetPatternQuality() HandleScope
|
14 years ago |
Tj Holowaychuk
|
f69958eaf3
|
Added several more operators (color-dodge, color-burn, difference, etc)
|
14 years ago |
Tj Holowaychuk
|
b63b4c8be9
|
Fixed SetGlobalAlpha() HandleScope
|
14 years ago |
Tj Holowaychuk
|
a9f860ded3
|
Apply patch from Olaf to free state on Context2d::restoreState()
|
14 years ago |
Tj Holowaychuk
|
0ad1a9aeaa
|
Apply refactored patch from Olaf to free Context2d states
|
14 years ago |
Tj Holowaychuk
|
05708b7657
|
HandleScope fixes
|
14 years ago |
Tj Holowaychuk
|
79361a5e4d
|
misc
|
14 years ago |
Tj Holowaychuk
|
1c6cfd3c48
|
zero closure
|
14 years ago |
Tj Holowaychuk
|
fde7404e08
|
Added closure_destroy(), and implemented some ToBuffer() fixes by Olaf
|
14 years ago |
Tj Holowaychuk
|
109efafedf
|
hint v8 at Image surface
|
14 years ago |