Lovell Fuller
21b0d8c7f7
Version bumps ahead of v0.10.1
...
Use SPDX format in licence field
2015-05-31 19:35:24 +01:00
Lovell Fuller
fa8f06f07d
Include C standard library for 'atoi' #228
...
Xcode 6.3 appears to no longer do this
2015-05-31 19:05:18 +01:00
Lovell Fuller
e07a105b7c
Test availability of __has_feature macro
2015-05-11 11:54:53 +01:00
Lovell Fuller
4f72dcbf54
Verify platform/compiler compatibility #178 #214
2015-05-11 10:46:47 +01:00
Lovell Fuller
b77877c83d
Add Amazon Linux 2015.03
...
Update to libvips version 8.0.2
2015-05-07 15:50:14 +01:00
Lovell Fuller
8fd3520257
Correct use of Windows CI env variable
2015-05-05 11:15:32 +01:00
Lovell Fuller
f15e64039c
Windows CI does not yet have io.js v2
2015-05-05 10:46:23 +01:00
Lovell Fuller
3ffe2ba17f
Windows CI matrix and version bumps
2015-05-05 10:15:20 +01:00
Lovell Fuller
33782d3c83
Embed alpha image on non-transparent background #204
2015-04-29 20:14:45 +01:00
Lovell Fuller
783826aa26
Reverse Openslide if/else for Debian 8 #203
2015-04-27 18:44:53 +01:00
Lovell Fuller
c2ef16eac2
Don't publish AppVeyor config to npm
2015-04-27 18:44:11 +01:00
Lovell Fuller
e999fb6e30
Dependency version bumps ahead of v0.10.0
v0.10.0
2015-04-23 14:29:14 +01:00
Lovell Fuller
d1fc0591a5
Silence Windows compiler warnings #19
2015-04-21 14:39:37 +01:00
Lovell Fuller
fb1c9cf3d3
Less strict assert for unordered events
2015-04-21 13:57:24 +01:00
Lovell Fuller
21ba1dfc26
Wrap flapping event test in nextTick
2015-04-21 13:22:29 +01:00
Lovell Fuller
dacd62428e
Fix Windows CI binding config
2015-04-21 12:37:45 +01:00
Lovell Fuller
1e52c2dbe6
Windows compatibility #19
...
Hide WebP format and normalise option
Separate test runners for node and iojs
2015-04-21 12:13:19 +01:00
Lovell Fuller
8926ebc56c
Add Appveyor config for Windows CI
...
Silence 'possible loss of data' warning
2015-04-20 19:00:22 +01:00
Lovell Fuller
9da87ce868
Fix typo in conditional introduced in 8ac33aa
2015-04-20 17:50:47 +01:00
Lovell Fuller
46cc45c186
Fail fast for unknown interpolator
2015-04-20 11:22:21 +01:00
Lovell Fuller
54f2243386
Merge pull request #198 from bkw/unknownInterpolator
...
Runtime guard against unknown interpolator class, avoids segfault.
2015-04-20 10:17:44 +01:00
Bernhard K. Weisshuhn
8ac33aad69
avoid segfault with unknown interpolator
2015-04-20 00:24:03 +02:00
Lovell Fuller
6fc62d39c9
Update thank you list
...
Add perf test for normalise
2015-04-19 21:09:19 +01:00
Lovell Fuller
a0655806de
No need to remove dzi file extension
...
libvips handles this - ensures filenames containing . work
2015-04-19 21:08:15 +01:00
Lovell Fuller
3614d14f83
A few small fixes to the test scripts
2015-04-19 16:15:40 +01:00
Lovell Fuller
f6fd45cc90
Expose libjpeg extension param features
...
Trellis quantisation, overshoot deringing and scan optimisation
2015-04-19 16:15:40 +01:00
Lovell Fuller
be39297f3b
Merge pull request #194 from bkw/normalize
...
Add normalize() to use full luminance range.
2015-04-19 16:05:20 +01:00
Bernhard K. Weisshuhn
dce36e0074
Add normalize() for simple histogram stretching
...
Available as normalize() or normalise().
Normalization takes place in LAB place and thus should not change any
colors.
Existing alpha channels are preserved untouched by normalization.
2015-04-18 12:55:04 +02:00
Lovell Fuller
ba034a8164
Add docs for new ignoreAspectRatio option
2015-04-16 18:28:30 +01:00
Lovell Fuller
3dfc7bea3a
Merge pull request #192 from skedastik/judgement
...
Add support for ignoreAspectRatio option when resizing
2015-04-16 15:53:43 +01:00
Alaric Holloway
f72435c750
Support resize without preserving aspect ratio #118
2015-04-16 06:50:47 -07:00
Lovell Fuller
3810f642d3
Add small cache before convolution for seq access
2015-04-14 21:31:20 +01:00
Lovell Fuller
ae968142ee
Soften limitInputPixels upper limit #146
...
Default limit of 14-bit dimensions remains
2015-04-12 14:23:36 +01:00
Lovell Fuller
ccb7887cb9
Use libjpeg-dev metapackage for Debian variants #190
2015-04-09 11:56:36 +01:00
Lovell Fuller
f1ad1216ca
Add support for Windows #19
...
Requires VIPS_HOME environment variable
2015-04-05 22:42:14 +01:00
Lovell Fuller
ce6813329b
Improve code portability ahead of Windows support
2015-04-05 21:57:53 +01:00
Lovell Fuller
7ad7193b1e
Add test for progressive JPEG output
2015-03-30 11:36:14 +01:00
Lovell Fuller
bd96a49de6
Add usage example of Stream error handling #182
2015-03-24 10:35:05 +00:00
Lovell Fuller
81c710eaa3
Add EventEmitter for queue length changes
...
Remove unnecessary params from Error handler
2015-03-20 15:44:18 +00:00
Lovell Fuller
711f0fefb6
Disable unused static library and introspection components
2015-03-20 14:57:13 +00:00
Lovell Fuller
33ca86e4f2
Add example of Deep Zoom output
...
Clean up preinstall and prereqs docs
2015-03-12 17:33:06 +00:00
Lovell Fuller
9b5229f2dd
Support old and new Magick loader class names
...
See jcupitt/libvips@99b4bcb
2015-03-12 17:12:06 +00:00
Lovell Fuller
5781a23a4d
Combine new tile* API methods
...
Use v7.40.0+ libvips loader methods
Separate Openslide as input vs Deep Zoom as output
Split tile-based tests into new file
Added assertions for generated tile size
2015-03-12 15:39:27 +00:00
Victor Mateevitsi
2d1e6f2644
Added Deep Zoom support.
...
Added OpenSuse 13.1 and 13.2 support in preinstall.sh script.
Added OpenSlide support in preinstall script.
Added unit tests for Deep Zoom and OpenSlide.
2015-03-10 14:00:27 +00:00
Lovell Fuller
5240eeb518
Merge pull request #166 from mcuelenaere/no-custom-image-header-checking
...
Let libvips check whether we received a valid image or not
2015-03-01 15:41:37 +00:00
Maurus Cuelenaere
125ee836fe
Let libvips check whether we received a valid image or not
...
This removes the custom image fingerprinting code and uses the libvips
is_a_buffer() infrastructure instead.
2015-03-01 11:53:17 +01:00
Lovell Fuller
3ca2f009f4
Remove confusing CSS equivs introduced in 77bbbb9
v0.9.3
2015-02-27 15:04:11 +00:00
Lovell Fuller
a900c28f7c
Version bumps
2015-02-27 14:46:03 +00:00
Lovell Fuller
77bbbb9715
Improve min/max docs, thanks @LinusU
...
Add requirement for C++11 compiler
Init scaling factor to silence compiler warning
2015-02-27 13:49:16 +00:00
Lovell Fuller
88753a6333
Merge pull request #175 from LinusU/feature-min
...
feature: min
2015-02-27 13:25:13 +00:00