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
|
a647cb8b55
|
refactored Image::readPNG()
|
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
|
a6271b3243
|
todo
|
14 years ago |
Tj Holowaychuk
|
6527e3c4ba
|
refactoring Image
|
14 years ago |
Tj Holowaychuk
|
3a5c0d8ada
|
Image test refactoring
|
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
|
109efafedf
|
hint v8 at Image surface
|
14 years ago |
Tj Holowaychuk
|
52e24d893f
|
free data if src malloc() fails
|
14 years ago |
Tj Holowaychuk
|
157d93e68c
|
space
|
14 years ago |
Tj Holowaychuk
|
d7f6caae9b
|
changed image format exception message
|
14 years ago |
Tj Holowaychuk
|
a91a44c9ed
|
Fixed errors thrown in .onerror
|
14 years ago |
Tj Holowaychuk
|
00df2707e9
|
Fixed Image::error(), reports FatalException() unless .onerror is present
|
14 years ago |
Tj Holowaychuk
|
1fbbe1e8ed
|
NULL filename
|
14 years ago |
Tj Holowaychuk
|
4b58ef90fd
|
Fixed; freeing data in Image::loadJPEG() on failure
|
14 years ago |
Tj Holowaychuk
|
e3f52a8184
|
Added cairo_format_stride_for_width()
|
14 years ago |
Tj Holowaychuk
|
c0cf56920e
|
Fixed; include jpeglib only when HAVE_JPEG
|
14 years ago |
Tj Holowaychuk
|
408c02b1f7
|
misc
|
14 years ago |
Tj Holowaychuk
|
312c35f189
|
dispose onerror
|
14 years ago |
Tj Holowaychuk
|
2c8ea1fecd
|
no need to ref/unref sync image loading
|
14 years ago |
Tj Holowaychuk
|
50c2e63da3
|
Image loading is sync until race-condition is resolved
|
14 years ago |
Tj Holowaychuk
|
35128ce2d2
|
misc
|
14 years ago |
Tj Holowaychuk
|
bd3329ebf3
|
Image::loadJPEG() return status based on errno
|
14 years ago |
Tj Holowaychuk
|
bf7e04afbd
|
Unref() canvas
|
14 years ago |
Tj Holowaychuk
|
a064315e87
|
todo
|
14 years ago |
Tj Holowaychuk
|
9b12da2599
|
Async image loading again
|
14 years ago |
Tj Holowaychuk
|
da6d388c44
|
Ignore some EIO stuff for now
|
14 years ago |
Tj Holowaychuk
|
8b3f3d0417
|
Todo
|
14 years ago |
Tj Holowaychuk
|
3d916d03a0
|
Conditional JPEG support
|
14 years ago |
Tj Holowaychuk
|
9022aaa3a4
|
Image::loadJPEG() error handling
|
14 years ago |
Tj Holowaychuk
|
efc3337071
|
todo
|
14 years ago |
Tj Holowaychuk
|
41b08746eb
|
Added Image::loadJPEG() and Image::loadPNG()
|
14 years ago |
Tj Holowaychuk
|
8b64b12f56
|
Added width x height to Image#inspect()
|
14 years ago |
Tj Holowaychuk
|
dfa5d630ab
|
bx
|
14 years ago |
Tj Holowaychuk
|
3c747204fa
|
Fixed jpeg loading
|
14 years ago |
Tj Holowaychuk
|
c9c6955c91
|
stride
|
14 years ago |
Tj Holowaychuk
|
bc39108143
|
Misc refactoring
|
14 years ago |
Tj Holowaychuk
|
0b227bd1e6
|
Todo
|
14 years ago |
Tj Holowaychuk
|
2c5ebd3d82
|
Work on jpeg loading
|
14 years ago |