Lovell Fuller
3511723914
Release v0.18.4
v0.18.4
2017-09-18 18:26:12 +01:00
Lovell Fuller
6a1c7b7588
Ensure input Buffer really is marked as Persistent #950
2017-09-16 20:17:32 +01:00
Lovell Fuller
18fd6ef119
Release v0.18.3
v0.18.3
2017-09-13 10:51:08 +01:00
Matt Parrish
0004f5d2ff
Migrate from got to simple-get ( #945 )
...
The simple-get module provides support for basic auth and
is already used by the future prebuild dependency.
2017-09-12 07:38:17 +01:00
Mario Viens
5f29d1ba9c
Clarifying cache documentation ( #919 )
2017-08-19 10:43:36 +01:00
Jasper Blues
791fd35c35
Update README.md ( #913 )
2017-08-16 12:09:02 +01:00
Kleis Auke Wolthuizen
e0d622d347
Skip shrink-on-load when trimming ( #887 ) ( #888 )
2017-07-28 21:02:30 +01:00
Lovell Fuller
6b34e8a804
Docs: FreeBSD gcc v4/v5 needs _GLIBCXX_USE_C99 for C++11 #873
2017-07-25 14:54:44 +01:00
Lovell Fuller
eb8773fe3e
Use detect-libc instead of ldd output parsing
2017-07-17 12:11:13 +01:00
Lovell Fuller
b40e3fa1f1
Docs: Alpine vips-dev package requires fftw-dev also
2017-07-15 14:47:25 +01:00
Lovell Fuller
d25d761b55
Update benchmark deps, allow node-images to fail
2017-07-14 13:18:13 +01:00
Lovell Fuller
d6051dd714
Release v0.18.2
v0.18.2
2017-07-01 09:52:47 +01:00
Lovell Fuller
53ff061efa
Document SHARP_DIST_BASE_URL #841
2017-07-01 09:44:02 +01:00
Lovell Fuller
72b0efd393
Remove possible switch case fall through
...
Luckily there were no side effects in this... case
2017-06-25 19:09:20 +01:00
Lovell Fuller
df97ef23d9
Document/changelog for Solus Linux support #857
2017-06-25 17:42:03 +01:00
Ekrem Karaca
f6373971bd
Add support for Solus OS ( #857 )
2017-06-24 13:48:03 +01:00
Lovell Fuller
ec617f2489
Document minimum Node dependency of v4.5.0 #847
2017-06-20 22:05:05 +01:00
Lovell Fuller
502ae78579
Allow binary download URL override via SHARP_DIST_BASE_URL #841
2017-06-20 21:40:46 +01:00
Lovell Fuller
49297d6afb
Ensure flip and flop operations work with auto-rotate #837
2017-06-19 23:42:26 +01:00
Lovell Fuller
29354badd8
Docs: add Alpine Linux install details
2017-06-19 08:13:49 +01:00
Lovell Fuller
3c4de796c8
Dependency bumps and next point release
2017-06-04 19:55:45 +01:00
Lovell Fuller
c7f4488e77
Docs and changelog entry for #828
2017-06-04 19:51:22 +01:00
Yves Bos
d8765f955d
Allow xres and yres to be set for TIFF output ( #828 )
2017-06-03 10:52:09 +01:00
Lovell Fuller
9f20037dad
Release v0.18.1
v0.18.1
2017-05-30 21:02:35 +01:00
Lovell Fuller
2ebb090df2
Update Travis CI to Ubuntu 16.04
...
Rollback Appveyor CI from Node 8 to 7
2017-05-30 20:50:32 +01:00
Lovell Fuller
110fff3ab9
Replace Node 7 with Node 8 in CI environment
2017-05-30 20:32:15 +01:00
Lovell Fuller
f42a1ceab7
Recalculate residual after adjusting shrink #831
2017-05-30 20:22:15 +01:00
Lovell Fuller
9e39a7fa95
Correct shrink calc, regression introduced in e398b47 #831
2017-05-30 17:16:41 +01:00
Lovell Fuller
c879df3b31
Release v0.18.0
v0.18.0
2017-05-30 08:09:59 +01:00
Lovell Fuller
361ed98353
Remove previously-deprecated output format 'option' functions
2017-05-23 21:57:05 +01:00
Lovell Fuller
d45f8ef2d3
Document the cache-free nature of metadata extraction #796
2017-05-23 21:24:29 +01:00
Lovell Fuller
d6a63d11d7
Docs refresh
2017-05-22 21:49:37 +01:00
jingsam
4c6804eadc
Add toFormat 'jpg' alias for 'jpeg' ( #814 )
2017-05-22 12:59:43 +01:00
Nicolas Coden
99810c0311
Add support for any rotation angle ( #791 )
...
Allow to provide any positive or negative multiple of 90 to `.rotate(...)`.
Negative angles and angles above 360 are converted to valid 0/90/180/270
rotations (0 rotations are still ignored).
Changes:
- [Node] Add `useExifOrientation` internal variable to know if the Exif
orientation must be used instead of the provided angle. This allows to save a
negative angle in the `angle` option, because the `-1` special case is not
needed.
- [Node] Change check for planed-rotation in extract, to prepare a
rotation before extraction: check with both `angle` and `useExifOrientation`
options.
I think this check contains a bit too much logics on rotation options. Maybe
we could move this condition to a dedicated function.
- [C++] Separate `CalculateRotationAndFlip` into two generic functions:
- `CalculateExifRotationAndFlip`: Calculate the angle of rotation and
need-to-flip for the given Exif orientation.
- `CalculateAngleRotation`: Calculate the rotation for the given angle.
One or the other function is used to calculate the rotation, depending on
wether the Exif orientation tag or the provided angle must be used.
- Add unit tests for `-3690`, `-450`, `-90`, `90`, `450`, `3690` and `-3780`,
`-540`, `0`, `180`, `540`, `3780` rotations
- Add `320x240` fixture image for tests.
Unrelated changes (squashed):
- Add ncoden to the list of contributors
2017-05-22 11:08:33 +01:00
gmaliar
d15fb1ab1b
Docs: add link to TailorBrands-maintained libvips Dockerfiles ( #813 )
2017-05-21 20:37:57 +01:00
Lovell Fuller
0a6d8b37ad
Ensure double to int cast introduced in 4d1a169 is static
2017-05-21 19:05:56 +01:00
Lovell Fuller
f78ffdb9ce
Upgrade to libvips v8.5.5
2017-05-21 18:31:06 +01:00
Lovell Fuller
b7b6fdbdf5
Update perf test contenders, add node-images
2017-05-13 20:08:53 +01:00
Lovell Fuller
e398b471e1
Prevent aliasing by using dynamic values for shrink(-on-load)
2017-05-13 18:46:39 +01:00
Lovell Fuller
48f69f3d88
Upgrade libpng to v1.6.29
2017-05-13 18:20:54 +01:00
Lovell Fuller
95850d75f6
Include pixel format depth when reading metadata
2017-05-07 09:29:38 +01:00
Lovell Fuller
c41d755441
Ctor single arg: allow plain object, reject null/undefined
...
Thank you @kub1x
2017-05-06 19:03:14 +01:00
Lovell Fuller
39a21787b7
Remove 'require' test as bufferutil now ships prebuilt
2017-05-06 15:49:50 +01:00
Lovell Fuller
36078f9903
Switch to the libvips crop strategy implementations
2017-05-06 14:46:28 +01:00
Lovell Fuller
2f534dc01c
Base maximum output dimensions on limitation of format
2017-05-04 23:20:37 +01:00
Lovell Fuller
c8e59f08ec
Add support for Buffer and Stream-based TIFF output
2017-05-04 16:40:49 +01:00
Lovell Fuller
19dd6a997f
Doc refresh, thank you @cspotcode
2017-05-01 09:34:10 +01:00
Lovell Fuller
4d1a1694cd
Improve perf/accuracy of nearest neighbour integral upsample
2017-04-30 20:54:48 +01:00
Lovell Fuller
52bea15ad7
Upgrade libvips dependency to v8.5.4, plus other bumps
2017-04-26 23:04:08 +01:00
Lovell Fuller
6592361c5a
Ensure ARM64 pre-built binaries use correct C++11 ABI
2017-04-26 21:41:03 +01:00