King Koopa
|
8dbdd009b5
|
Runs on new v8.
|
11 years ago |
Rod Vagg
|
2354d9bb8c
|
0.11.4+ compatibility using NAN
See https://github.com/rvagg/nan
|
12 years ago |
Nathan Rajlich
|
7cf35c8396
|
export the "gifVersion" when compiled with gif support
|
13 years ago |
TJ Holowaychuk
|
f47422fd06
|
fixed Image bit flags
|
13 years ago |
TJ Holowaychuk
|
69d4eb3987
|
slight refactor
|
13 years ago |
c-spencer
|
03584c3307
|
Improve Image mode API
|
13 years ago |
c-spencer
|
4c5962b90e
|
Add clearData method to handle reassignment of src, and clean up mime data memory handling.
|
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 |
c-spencer
|
8b8ee7f017
|
Add optional mime-data tracking to Image.
|
13 years ago |
c-spencer
|
d5838bc4aa
|
Refactor JPEG decoding into decodeJPEGIntoSurface
|
13 years ago |
TJ Holowaychuk
|
ba94a33d74
|
live_data -> _data
|
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
|
f72f8072ab
|
Added data uri support. Closes #49
easy as pie now that we have .src=Buffer support
|
13 years ago |
Tj Holowaychuk
|
8192e7e817
|
Added better image format detection
removed lame extension checks
|
14 years ago |
Tj Holowaychuk
|
82b32c3b20
|
move gif privates into Image.cc
|
14 years ago |
Brian McKinney
|
63626fa672
|
Add GIF support
Signed-off-by: Tj Holowaychuk <tj@vision-media.ca>
|
14 years ago |
Tj Holowaychuk
|
da532ec751
|
uint8_t
|
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 |
Tj Holowaychuk
|
89af08d30d
|
Fixed (kinda) img.src= error handling
|
14 years ago |
Tj Holowaychuk
|
6527e3c4ba
|
refactoring Image
|
14 years ago |
Tj Holowaychuk
|
00df2707e9
|
Fixed Image::error(), reports FatalException() unless .onerror is present
|
14 years ago |
Tj Holowaychuk
|
c0cf56920e
|
Fixed; include jpeglib only when HAVE_JPEG
|
14 years ago |
Tj Holowaychuk
|
50c2e63da3
|
Image loading is sync until race-condition is resolved
|
14 years ago |
Tj Holowaychuk
|
bf7e04afbd
|
Unref() canvas
|
14 years ago |
Tj Holowaychuk
|
9b12da2599
|
Async image loading again
|
14 years ago |
Tj Holowaychuk
|
3d916d03a0
|
Conditional JPEG support
|
14 years ago |
Tj Holowaychuk
|
41b08746eb
|
Added Image::loadJPEG() and Image::loadPNG()
|
14 years ago |
Tj Holowaychuk
|
a409babc5d
|
Added Image::extension()
|
14 years ago |
Tj Holowaychuk
|
513f2a1098
|
Added PixelArray::constructor
|
14 years ago |
Tj Holowaychuk
|
0d7042d713
|
Added Image::constructor
|
14 years ago |
Tj Holowaychuk
|
c2597935db
|
Namespaces
|
14 years ago |
Tj Holowaychuk
|
c94f2e64f8
|
Added Image::loadSync()
async seems to work fine in some cases, but something in cairo
is not thread-safe and messes up with `make test-server`
|
14 years ago |
Tj Holowaychuk
|
ae69896745
|
Added Image::state
|
14 years ago |
Tj Holowaychuk
|
a1cad26233
|
stdlib for free
|
14 years ago |
Tj Holowaychuk
|
0d95752c57
|
Added Canvas::data() and Canvas::stride()
|
14 years ago |
Tj Holowaychuk
|
a0417d405a
|
Added Image::data()
|
14 years ago |
Tj Holowaychuk
|
38b0212560
|
Added js Image#inspect()
|
14 years ago |
Tj Holowaychuk
|
08ff03d0f0
|
Added Image#{width,height} getters
|
14 years ago |
Tj Holowaychuk
|
db4c00ce42
|
Added Image#complete getter
|
14 years ago |
Tj Holowaychuk
|
9331041e29
|
Added Image::complete
|
14 years ago |
Tj Holowaychuk
|
77187c2afe
|
Added Image::error()
|
14 years ago |
Tj Holowaychuk
|
892b0d4c2c
|
Added Image#onerror accessors
|
14 years ago |
Tj Holowaychuk
|
dc949d0fe9
|
Added Image#onload accessors
|
14 years ago |
Tj Holowaychuk
|
03d0bc669d
|
Started Image#onload
|
14 years ago |
Tj Holowaychuk
|
6b35fa523c
|
Setting onload
|
14 years ago |
Tj Holowaychuk
|
f5e0017aba
|
misc refactoring
|
14 years ago |
Tj Holowaychuk
|
06d1c7eafb
|
More Image goodness
|
14 years ago |
Tj Holowaychuk
|
e6ba903a53
|
Started Image
|
14 years ago |