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
v0.1.8
|
2014-03-03 23:24:09 +00:00 |
|
Lovell Fuller
|
9b4387be97
|
Improve installation instructions for libvips
|
2014-02-28 23:11:05 +00:00 |
|
Lovell Fuller
|
9c3631ecb7
|
Add comparative performance tests using random dimensions
|
2014-02-28 22:39:02 +00:00 |
|
Lovell Fuller
|
31ca68fb14
|
Improve documentation of cache method
|
2014-02-28 22:37:59 +00:00 |
|
Lovell Fuller
|
d5d85a8697
|
Expose vips internal cache settings and status
v0.1.7
|
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.
v0.1.6
|
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.
v0.1.5
|
2014-02-12 22:36:13 +00:00 |
|
Lovell Fuller
|
e9d196f696
|
Fix (unrelated) memory leak discovered whilst investigating #6
v0.1.4
|
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.
v0.1.3
|
2014-02-03 23:20:38 +00:00 |
|
Lovell Fuller
|
e4ca8f44ec
|
Version bump
v0.1.2
|
2014-02-01 23:00:37 +00:00 |
|
Lovell Fuller
|
6b3dc1e350
|
Ensure crop occurs on y-axis
|
2014-02-01 22:58:30 +00:00 |
|
Lovell Fuller
|
7ffcdb79e0
|
Add glib-2.0 path for Mac OS X
|
2014-01-30 18:28:24 +00:00 |
|
Lovell Fuller
|
10ce7c6693
|
Add parallel performance test to demonstrate effect of waiting for a worker thread
|
2014-01-26 20:16:42 +00:00 |
|
Lovell Fuller
|
ccd6012152
|
Version bump
v0.1.1
|
2014-01-21 22:49:40 +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.
v0.1.0
|
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.
v0.0.9
|
2014-01-16 22:51:44 +00:00 |
|
Lovell Fuller
|
7e8af63129
|
Improve thread/buffer shutdown using new vips_thread_shutdown method - closes #5
v0.0.8
|
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.
v0.0.6
|
2013-11-23 22:08:51 +00:00 |
|
Lovell Fuller
|
21f12e74ba
|
Add support for PNG format. Close #2.
v0.0.5
|
2013-10-26 16:32:18 +01:00 |
|
Lovell Fuller
|
daeebcc7dc
|
Add epeg module to the perf tests
v0.0.4
|
2013-10-19 13:39:57 +01:00 |
|
Lovell Fuller
|
5546a4f881
|
Added GraphicsMagick perf stats
|
2013-10-04 22:01:16 +01:00 |
|
Lovell Fuller
|
4aee725530
|
README layout clean-up
|
2013-10-02 23:40:32 +01:00 |
|
Lovell Fuller
|
f3da2284b1
|
Now requires livbips 7.28 or later
|
2013-10-02 23:37:29 +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
|
8443dd5122
|
Version bump
|
2013-10-02 19:35:49 +01:00 |
|
Lovell Fuller
|
0b7c8661fb
|
The pkgconfig data file ends up in /usr/local when compiling libvips from source
v0.0.3
|
2013-09-23 21:40:01 +01:00 |
|
Lovell Fuller
|
30f75bcc56
|
Additional performance test stats
|
2013-08-29 22:55:42 +01:00 |
|
Lovell Fuller
|
6f5125e889
|
Corrected order of width and height in usage docs
|
2013-08-26 16:21:38 +01:00 |
|
Lovell Fuller
|
6e3f9b04de
|
Corrected order of width and height in usage docs
|
2013-08-26 16:20:43 +01:00 |
|
Lovell Fuller
|
b836704451
|
Improved performance benchmarks and usage docs
v0.0.2
|
2013-08-26 16:10:48 +01:00 |
|
Lovell Fuller
|
9ba9b95648
|
Improved API, added first performance test
v0.0.1
|
2013-08-20 23:55:03 +01:00 |
|
Lovell Fuller
|
a4149ed2a5
|
Initial commit
|
2013-08-19 22:39:51 +01:00 |
|
Lovell Fuller
|
3db3405466
|
Initial commit
|
2013-08-19 13:24:24 -07:00 |
|