118 Commits (c9ee4b3975aaa8fc9f6f6e0a6171c0a6cbdef57f)

Author SHA1 Message Date
Rod Vagg 9b62e5f64e beginning nan@1.0.0 conversion 11 years ago
King Koopa 8dbdd009b5 Runs on new v8. 11 years ago
William Riancho 1256ce44d7 fix segfault when onload and onerror are not function 11 years ago
King Koopa 0bc1aaf38b Added scopes. 12 years ago
King Koopa 1219a151bc Testing... 12 years ago
Jason Rose 50b904edd7 Deallocating both onload and onerror handlers. 12 years ago
Akita Noek a0632275c5 Fixed build error with giflib 5.0 12 years ago
mscdex fd56f06e87 Fix resource leaks on read errors 12 years ago
Rod Vagg 2354d9bb8c 0.11.4+ compatibility using NAN 12 years ago
TJ Holowaychuk 4686fa3b97 Revert "Fixed Error that prevented NPM install on mac." 12 years ago
Infinite Whiteboard 13b8f41141 Added backwards compatibility through conditional compilation. 12 years ago
Infinite Whiteboard 14a19421d2 Patch for Node 0.11.3 12 years ago
Victor Goya 93bb98d440 loadJPEG: fix fread() return value testing 12 years ago
Matthew Borden 92d8e84a6d Fixed Error that prevented NPM install on mac. 12 years ago
Mark Cochran 4a3caeb25f Adding support for grayscale JPEG. 13 years ago
c-spencer 35d491a284 Add pango drawing support, and silence some warnings. 13 years ago
Nathan Rajlich 7cf35c8396 export the "gifVersion" when compiled with gif support 13 years ago
TJ Holowaychuk f5be948340 fix jpeg malloc Image issue. Closes #160 [c-spencer] 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 56d49559de clean up free()s 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 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 762f8865de misc cleanup 13 years ago
Tj Holowaychuk f72f8072ab Added data uri support. Closes #49 13 years ago
Walt Lin bb1fbcf426 Make node-canvas compile with libjpeg62-dev or libjpeg8-dev. 13 years ago
Tj Holowaychuk 8192e7e817 Added better image format detection 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 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 14 years ago
Tj Holowaychuk f4fc9ca88f misc refactor 14 years ago
Tj Holowaychuk a647cb8b55 refactored Image::readPNG() 14 years ago