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 |
Tj Holowaychuk
|
a409babc5d
|
Added Image::extension()
|
14 years ago |
Tj Holowaychuk
|
228aafec7e
|
Fixed constructors
|
14 years ago |
Tj Holowaychuk
|
513f2a1098
|
Added PixelArray::constructor
|
14 years ago |
Tj Holowaychuk
|
0d7042d713
|
Added Image::constructor
|
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
|
f3d1f68597
|
Only load image on non-LOADING state
|
14 years ago |
Tj Holowaychuk
|
ae69896745
|
Added Image::state
|
14 years ago |
Tj Holowaychuk
|
b25d3e02fc
|
Fixed Image#{width,height} initialization to 0
|
14 years ago |
Tj Holowaychuk
|
a1cad26233
|
stdlib for free
|
14 years ago |
Tj Holowaychuk
|
899a7a28e7
|
Fixed Image::filename issue
|
14 years ago |
Tj Holowaychuk
|
4bb051974b
|
Default Image filename to ""
|
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
|
07a736b509
|
Conditionally destroy surface on ~Image()
|
14 years ago |
Tj Holowaychuk
|
3f71cd61f8
|
Docs
|
14 years ago |
Tj Holowaychuk
|
db4c00ce42
|
Added Image#complete getter
|
14 years ago |
Tj Holowaychuk
|
9331041e29
|
Added Image::complete
|
14 years ago |