Lovell Fuller
|
46456c9a2a
|
Clear cached warnings after success
|
2014-08-06 11:34:16 +01:00 |
|
Chanon
|
d40bdcc6ac
|
Sends width and height as another parameter to the callback. Fixes issue #67
|
2014-07-20 23:52:28 +07:00 |
|
Lovell Fuller
|
1cce56b024
|
Use tile cache for interlace output
Doubles performance of Adam7 interlaced PNG output
|
2014-07-09 23:47:04 +01:00 |
|
Lovell Fuller
|
fbe5c18762
|
Expose depth of task queue
|
2014-06-25 23:21:39 +01:00 |
|
Lovell Fuller
|
4eb910fec9
|
Add support for bicubic and Nohalo interpolation #41
|
2014-06-08 20:46:03 +01:00 |
|
Lovell Fuller
|
f0a9d82bf7
|
Always convert to sRGB colourspace to prevent libwebp segfault #58
|
2014-06-07 22:49:15 +01:00 |
|
Lovell Fuller
|
9a05684302
|
Add withoutEnlargement option #36
|
2014-05-29 20:01:43 +01:00 |
|
Lovell Fuller
|
a94dd2b354
|
Add support for image rotation including EXIF auto-orient
|
2014-05-29 00:48:58 +01:00 |
|
Pierre Inglebert
|
15a519ebd9
|
update to nan 1.1.0
|
2014-05-26 09:51:53 +02:00 |
|
Pierre Inglebert
|
39688371a8
|
fix max factor #29
|
2014-05-24 10:29:33 +02:00 |
|
Lovell Fuller
|
276ba5228b
|
Add usage example and further unit test for new max option
Simplify max vs crop logic
|
2014-05-19 21:52:47 +01:00 |
|
Pierre Inglebert
|
88edad3fae
|
add max option #18
|
2014-05-19 20:18:26 +02:00 |
|
Lovell Fuller
|
308d1971d8
|
Recalculate residual float value for affine after shrink #26
Switch to static casts for double values
Add unit tests that previously would have failed
|
2014-05-18 11:39:05 +01:00 |
|
Pierre Inglebert
|
f68ba8ea57
|
fix progressive typo
|
2014-05-14 08:56:12 +02:00 |
|
Lovell Fuller
|
10496881f1
|
Add quality and compressionLevel options for output image. #24
|
2014-05-12 21:15:23 +02:00 |
|
Lovell Fuller
|
d635c297a2
|
Replace use of deprecated libvips conv method.
Ensure unref of mask to fix minor memory leak of ~150 bytes/image.
|
2014-05-12 21:15:23 +02:00 |
|
Pierre Inglebert
|
aed3ca63b3
|
use NanNull, NanNew & NanSymbol for 0.11.11+ compat
|
2014-04-23 10:03:11 +02:00 |
|
Pierre Inglebert
|
19bec9346e
|
add libmagick load support
|
2014-04-02 22:17:41 +02:00 |
|
Pierre Inglebert
|
9bd335079f
|
check input files with vips foreign lib
|
2014-04-02 21:04:01 +02:00 |
|
Pierre Inglebert
|
e96fd8b9de
|
0.11 compat using nan
|
2014-04-02 00:10:42 +02:00 |
|
Lovell Fuller
|
5f61331d1a
|
Breaking change to API to become more expressive (see #8). Add support for upscaling.
|
2014-03-09 21:44:03 +00:00 |
|
Lovell Fuller
|
d0e6a4c0f3
|
Support identity transform when both width and height are not specified
|
2014-03-04 22:44:53 +00:00 |
|
Lovell Fuller
|
f99e42d447
|
Add support for auto-scaling of width and height
|
2014-03-03 23:24:09 +00:00 |
|
Lovell Fuller
|
d5d85a8697
|
Expose vips internal cache settings and status
|
2014-02-25 23:31:33 +00:00 |
|
Lovell Fuller
|
ae9a8b0f57
|
Remove unnecessary temporary copy of input buffer.
|
2014-02-23 10:52:40 +00:00 |
|
Lovell Fuller
|
0899252a72
|
Add support for WebP and TIFF image formats. Closes #7.
|
2014-02-22 21:48:00 +00:00 |
|
Lovell Fuller
|
16551bc058
|
Take a temporary copy of buffers provided as input. Soak testing suggests this prevents the problems seen in #6.
|
2014-02-12 22:36:13 +00:00 |
|
Lovell Fuller
|
e9d196f696
|
Fix (unrelated) memory leak discovered whilst investigating #6
|
2014-02-06 22:20:48 +00:00 |
|
Lovell Fuller
|
2f97d04dfa
|
Keep shrink-on-load logic DRY. Ensure canvas option (crop vs embed) is always as requested.
|
2014-02-03 23:20:38 +00:00 |
|
Lovell Fuller
|
6b3dc1e350
|
Ensure crop occurs on y-axis
|
2014-02-01 22:58:30 +00:00 |
|
Lovell Fuller
|
377662fffc
|
Ensure gm perf tests actually resize. Prevent coredump when embeding pre-shrunk image within same dimensions.
|
2014-01-21 22:48:33 +00:00 |
|
Lovell Fuller
|
d509458ba1
|
Major rewrite and therefore API change. Despite the name, image sharpening is now optional, plus there are other new options. Can now handle buffers in and out. Doubled performance in certain cases. Closes #3. Closes #4.
|
2014-01-19 21:38:37 +00:00 |
|
Lovell Fuller
|
be8f35d830
|
Use shrink-on-load for JPEG images, partially implementing #4. Switch to new vip_ methods from legacy im_ methods. Large performance gains all round.
|
2014-01-16 22:51:44 +00:00 |
|
Lovell Fuller
|
7e8af63129
|
Improve thread/buffer shutdown using new vips_thread_shutdown method - closes #5
|
2014-01-15 21:38:23 +00:00 |
|
Lovell Fuller
|
f7b8ce1287
|
Add support for writing image data output to a buffer, boosting ops/sec by ~7%. Partially implements #3.
|
2014-01-11 21:50:17 +00:00 |
|
Lovell Fuller
|
dde9e94850
|
From here on in, this module will be using the bleeding edge version of libvips. Why? It just keeps getting faster.
|
2013-11-23 22:08:51 +00:00 |
|
Lovell Fuller
|
21f12e74ba
|
Add support for PNG format. Close #2.
|
2013-10-26 16:32:18 +01:00 |
|
Lovell Fuller
|
f3cd263cb7
|
Replaced use of deprecated libvips im_* methods with new, shiny non-deprecated vips_* versions
|
2013-10-02 21:50:03 +01:00 |
|
Lovell Fuller
|
9ba9b95648
|
Improved API, added first performance test
|
2013-08-20 23:55:03 +01:00 |
|
Lovell Fuller
|
a4149ed2a5
|
Initial commit
|
2013-08-19 22:39:51 +01:00 |
|