Lovell Fuller
33880ce19e
Merge pull request #161 from ide/nan
...
Change nan dependency back to ^1.6.2
2015-02-06 21:32:27 +00:00
James Ide
988176846d
Change nan dependency back to ^1.6.2
...
The issue with nan on io.js was fixed in https://github.com/rvagg/nan/pull/273 . `npm install` on io.js 1.1.0 works now.
2015-02-06 12:30:15 -08:00
Lovell Fuller
657d436a0f
Merge pull request #160 from jo/patch-1
...
Adjust comment in interpolation example
2015-02-06 14:28:59 +00:00
Johannes Jörg Schmidt
e5549e3063
Adjust comment in interpolation example
2015-02-06 15:17:10 +01:00
Lovell Fuller
0b2fb967b8
Add iojs to CI test matrix
...
Specific version of nan required
2015-02-06 09:36:45 +00:00
Lovell Fuller
f57478c1aa
Update bench to latest imagemagick-native
...
Use 'Triangle' filter as bilinear equiv.
2015-02-02 16:16:45 +00:00
Lovell Fuller
e5a5e2ca7e
Tighten 'extract' parameter validation #158
v0.9.1
2015-01-29 22:46:04 +00:00
Lovell Fuller
797d503a99
Merge pull request #156 from jonathanong/patch-1
...
⬇️ nan@^1.5.1
2015-01-28 22:04:52 +00:00
Jonathan Ong
512a281986
⬇️ nan@^1.5.1
...
1.6 breaks iojs. this lowers the minimum nan version so that developers can still do `nan@~1.5.1`.
2015-01-27 15:11:40 -08:00
Lovell Fuller
37c5ca7166
Skip SVG test when format is unavailable
...
It's possible to compile *magick without SVG support
2015-01-25 11:34:16 +00:00
Lovell Fuller
cda700ef73
Update libmagick references to the C library
v0.9.0
2015-01-23 11:00:39 +00:00
Lovell Fuller
d32901da8d
Dependency version bumps
2015-01-23 10:50:50 +00:00
Lovell Fuller
83ebe12061
Remove atexit handler as libvips defines this
...
New grunt-sharp build tool
Version bump for latest libvips
2015-01-22 14:17:20 +00:00
Lovell Fuller
fe34548bad
Remove optional AdjustAmountOfExternalAllocatedMemory #151
...
Isolate not available when deleting the buffer
2015-01-21 20:13:43 +00:00
Lovell Fuller
855945bef2
Delete input buffer on postclose #151
...
Notify V8 GC of memory (de)allocation
2015-01-21 10:34:03 +00:00
Lovell Fuller
8421e3aa5f
Add limitInputPixels option to reject input #115
2015-01-20 14:18:05 +00:00
Lovell Fuller
c93f79daa7
Guard against InitImage failure #150
...
Protects against truncated image headers
2015-01-20 10:38:44 +00:00
Lovell Fuller
35c53f78c8
Ensure bench/random test uses int dimensions
2015-01-16 22:31:46 +00:00
Lovell Fuller
c158d51f8b
Explicit cast to uint32 required for nan 1.5.x
...
See rvagg/nan#229
2015-01-16 22:31:46 +00:00
Lovell Fuller
8e9a8dfede
Remove cpplint namespace-related warnings
2015-01-16 22:31:46 +00:00
Lovell Fuller
67dc694cfb
Link to new contributor guide
...
Remove now-duplicate content
2015-01-16 22:31:46 +00:00
Lovell Fuller
74704a132c
Add a contribution guide to help those who help
2015-01-16 22:31:46 +00:00
Lovell Fuller
b86674f91f
Add cpplint to test suite
2015-01-16 22:31:46 +00:00
Lovell Fuller
5dab3c8482
Allow rotate before pre-resize extraction #145
2015-01-16 22:30:57 +00:00
Lovell Fuller
a190ae6b08
Add raw, uncompressed image data output #136
2015-01-16 22:28:24 +00:00
Lovell Fuller
464fb1726d
Keep output dimensions within WebP 14-bit range
2015-01-16 22:28:24 +00:00
Lovell Fuller
065ce6454b
Explicit cast of size_t to 32 bit integer
...
Ensures compilation with nan 1.5.0+
v0.8.4
2015-01-15 15:16:01 +00:00
Lovell Fuller
850c2ecdd6
Version bumps
v0.8.3
2014-12-15 14:02:30 +00:00
Lovell Fuller
926c5603aa
Improve documentation on concurrency/parallelism
2014-12-15 14:00:23 +00:00
Lovell Fuller
d3225fa193
Add 'size' attribute to callback's info Object #138
2014-12-15 13:54:19 +00:00
Lovell Fuller
f026a835fd
Move unref of input Buffer to C++ #138
2014-12-14 10:31:25 +00:00
Lovell Fuller
47241db789
Let V8 garbage collect the Buffer earlier #138
2014-12-13 08:48:24 +00:00
Lovell Fuller
34a9970bd9
Remove useless re-definition of image #139
2014-12-12 22:04:55 +00:00
Lovell Fuller
57203f841a
Copy input Buffer to avoid V8 heap compaction #138
2014-12-12 22:02:42 +00:00
Lovell Fuller
bd20bd1881
Version bumps
v0.8.2
2014-12-11 13:32:52 +00:00
Lovell Fuller
60f1fda7ee
Change interpretation to sRGB before transformation #133
2014-12-11 13:32:36 +00:00
Lovell Fuller
ea1013f6ec
Add support for latest Amazon Linux
2014-12-08 10:52:59 +00:00
Lovell Fuller
247b607afd
Add SVG and PSD fixtures and tests
2014-12-05 21:35:18 +00:00
Lovell Fuller
a56102a209
Ensure ICC transform of withMetadata output #133
2014-12-04 11:28:09 +00:00
Lovell Fuller
940b6f505f
Add test for Promise rejection path
2014-12-04 10:48:45 +00:00
Lovell Fuller
e1b5574c4a
Handle broken, embedded ICC profile #131
2014-12-03 10:23:35 +00:00
Lovell Fuller
f4cc6a2db4
Correct location of Dockerfile
v0.8.1
2014-11-26 10:50:47 +00:00
Lovell Fuller
0acf865654
Faster ICC profile transform via lcms #125
2014-11-25 22:52:24 +00:00
Lovell Fuller
8460e50ee0
Remove spurious keywords
2014-11-25 19:16:01 +00:00
Lovell Fuller
f57a0e3b00
Ensure embedded profile, if any, is always used
...
Perform sRGB conversion at end of pipe only
withMetadata exports profile, should not convert
Convert one fixture to sRGB to help test
Discovered while investigating #125
2014-11-25 18:54:49 +00:00
Lovell Fuller
02b6016390
Add link to Dockerfile for libvips
...
Thanks @marcbachmann
2014-11-25 10:33:43 +00:00
Lovell Fuller
4e01d63195
Add hasProfile attribute to metadata response
...
At the very least will be useful investigating #125
2014-11-24 17:24:29 +00:00
Lovell Fuller
94b47508c0
imagemagick-native now supports async and filter
2014-11-24 15:13:47 +00:00
Lovell Fuller
328cda82c5
Updates for 7.42 stable release of libvips
2014-11-24 12:19:44 +00:00
Lovell Fuller
118b17aa2f
Apply less blur before affine reduction #121
2014-11-24 11:52:48 +00:00