Lovell Fuller
2c46528269
Docs refresh
2022-12-14 16:17:42 +00:00
Lovell Fuller
f92e33fbff
Bump devDeps
2022-12-13 10:31:06 +00:00
Ingvar Stepanyan
3a64a0529a
Tests: run in parallel, move settings to config file ( #3449 )
...
This allows to easily invoke Mocha alone via `npx mocha`, or for e.g. VSCode Test Explorer to find and run tests with the correct settings automatically.
2022-11-10 21:48:18 +00:00
Lovell Fuller
9fa516e849
Release v0.31.2
2022-11-04 09:44:37 +00:00
Lovell Fuller
b3c3290f90
Upgrade to libvips v8.13.3
2022-11-03 14:09:23 +00:00
Lovell Fuller
123f95c85a
Bump devDeps
2022-11-03 12:50:58 +00:00
Lovell Fuller
51811d06e2
Bump deps
2022-10-17 16:05:03 +01:00
Lovell Fuller
181731f8f4
Tests: increase timeout to 30s
...
Font discovery appears to be slooow on Windows
2022-10-17 15:54:43 +01:00
Lovell Fuller
99bf279de8
Release v0.31.1
2022-09-29 14:51:45 +01:00
Lovell Fuller
891cf67d0b
Upgrade to libvips v8.13.2
2022-09-29 14:19:58 +01:00
Lovell Fuller
eaf8a86bf2
Tests: increase timeout to 20s
...
Ignore unit coverage of fn used at install time
2022-09-27 14:25:34 +01:00
Lovell Fuller
2d49f0e93e
Tests: require 100% branch coverage to pass
...
Remove old coverage tooling, coveralls
2022-09-27 13:49:42 +01:00
Lovell Fuller
0b806187fc
Release v0.31.0
2022-09-05 09:55:27 +01:00
Lovell Fuller
5cdb2b83d5
Upgrade to libvips v8.13.1
2022-09-04 12:42:27 +01:00
Mart
c3a852eecf
Add trim option to provide a specific background colour ( #3332 )
...
Co-authored-by: Mart Jansink <mart@cinemait.nl>
2022-08-23 12:28:02 +01:00
Lovell Fuller
b9261c243c
Bump devDeps, requires doc refresh
2022-08-20 09:23:24 +01:00
brahima
ea7cf2a2ef
Expose vips_text to create an image containing rendered text ( #3252 )
2022-07-25 11:32:10 +01:00
Lovell Fuller
974fab946e
Bump devDeps
2022-07-23 16:21:42 +01:00
Lovell Fuller
f998a8f249
Upgrade to libvips v8.13.0
2022-07-23 10:04:14 +01:00
Lovell Fuller
bb91912883
Drop support for Node.js 12, now requires >= 14.15.0
2022-06-29 10:32:25 +01:00
Kleis Auke Wolthuizen
afc4c5bf79
Upgrade to libvips v8.13.0-rc1 ( #3230 )
...
* Switch from decompress-zip to extract-zip
The former seems to hang when unzipping a ZIP64 file that uses
the general purpose bit flag 3 as file entry.
See: https://github.com/thejoshwolfe/yauzl#no-streaming-unzip-api
* Prefer to call via static member instead
Makes it clearer that a static method is being called.
* `flatten-orange.jpg`: save without chroma subsampling
To ensure no down-scaling of the Cr/Cb channels.
2022-06-26 22:39:29 +01:00
Lovell Fuller
e40a881ab4
Release v0.30.7
2022-06-22 16:44:16 +01:00
Lovell Fuller
c1b13adac3
Bump deps
2022-06-22 11:53:22 +01:00
Lovell Fuller
b91875d3d9
Release v0.30.6
2022-05-30 08:56:14 +01:00
Lovell Fuller
db654de385
Release v0.30.5
2022-05-23 12:19:02 +01:00
Lovell Fuller
ee9cdb6598
Bump deps
2022-05-15 17:20:33 +01:00
Joona Heinikoski
51b4a7c564
Add support for --libc flag to improve cross-platform install ( #3160 )
...
This deprecates the libc-as-suffix approach of --platform=linuxmusl
2022-04-28 11:24:45 +01:00
Ankur Parihar
66a3ce5e55
Allow installation of prebuilt libvips binary from filesystem ( #3196 )
2022-04-24 18:47:57 +01:00
Lovell Fuller
d396a4e65d
Release v0.30.4
2022-04-18 10:14:31 +01:00
Lovell Fuller
ae1dbcdf4e
Bump deps
2022-04-18 10:11:30 +01:00
Lovell Fuller
985e881e7a
Bump deps
2022-04-05 21:14:09 +01:00
Chris Hranj
9deac83322
Add missing file name to 'Input file is missing' error message ( #3178 )
2022-04-05 11:35:01 +01:00
Lovell Fuller
b609df4b48
Release v0.30.3
2022-03-14 11:54:15 +00:00
Lovell Fuller
c567d3b9ab
Bump devDeps
2022-03-14 11:52:45 +00:00
Lovell Fuller
80d169b7c2
Release v0.30.2
2022-03-02 11:24:35 +00:00
Lovell Fuller
801b6fea6c
Bump devDeps
2022-02-26 19:39:46 +00:00
Lovell Fuller
55efe5602b
Bump deps
2022-02-16 19:12:27 +00:00
Lovell Fuller
735793ba99
Release v0.30.1
2022-02-09 16:38:21 +00:00
Lovell Fuller
968d9d7008
Bump devDeps
2022-02-08 18:29:25 +00:00
Lovell Fuller
83bb6a4554
Release v0.30.0
2022-02-01 20:36:12 +00:00
Lovell Fuller
35a81a7af2
Upgrade to libvips v8.12.2
2022-02-01 10:52:02 +00:00
Lovell Fuller
9dc8db4370
Upgrade to libvips v8.12.2
2022-01-29 16:46:07 +00:00
Lovell Fuller
ec17d7f580
Bump deps: prebuild, for latest detect-libc
2022-01-29 15:11:50 +00:00
ompal
f7bed69ffb
Add resolutionUnit to metadata and as tiff option #3023
...
Co-authored-by: Lovell Fuller <github@lovell.info>
2022-01-29 14:31:47 +00:00
Simon
1c3ba303ea
Update simple-get version ( #3057 )
...
Co-authored-by: Simon Tannai <stannai@socialkitchen.fr>
2022-01-27 10:57:56 +00:00
Lovell Fuller
51121a1440
Bump deps
2022-01-24 10:29:43 +00:00
Lovell Fuller
884947a069
Upgrade to modern detect-libc
2022-01-19 11:27:24 +00:00
Lovell Fuller
f8340e1a82
Bump deps
2022-01-18 15:52:26 +00:00
Chris Banks
446e4e3c3a
Add withoutReduction option to resize operation ( #3006 )
2021-12-12 19:10:56 +00:00
Lovell Fuller
3b492ea423
Install: verify prebuilt binaries with Subresource Integrity check
2021-12-12 18:56:46 +00:00